• 注册
    • 查看作者
    • HTTPS配置crt转换pkcs12

      1. 用自签名证书生成crt和key文件
      2. 配置nginx
      
              ssl on;
              ssl_certificate  /opt/nginx-proxy/etc/cert/common.crt;
              ssl_certificate_key  /opt/nginx-proxy/etc/cert/common.key;
              ssl_session_timeout  5m;
              ssl_protocols  SSLv3 TLSv1;
              ssl_ciphers  ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
      #       ssl_prefer_server_ciphers   on;
      
      
      3. 将crt转换为pkcs12,给测试人员抓包
      openssl pkcs12 -export -inkey common.key -in common.crt -out common.p12
      Enter Export Password:   			#(这边要输入之前创建密钥时的密码)
      Verifying - Enter Export Password:  #(这边要输入之前创建密钥时的密码)

    • 0
    • 0
    • 0
    • 1.7k
    • 请登录之后再进行评论

      登录
    • 做任务
    • 实时动态
    • 偏好设置
    • 单栏布局 侧栏位置: