【问题标题】:Not able to import client certificate in Swift XMPP client无法在 Swift XMPP 客户端中导入客户端证书
【发布时间】:2020-08-18 13:36:09
【问题描述】:

我尝试使用客户端证书使用swift XMPP client 进行身份验证,但无法选择证书,尽管我已经在 Window 客户端证书中导入了证书。

收到来自客户端的以下消息,单击ok 继续退出窗口证书对话框。

【问题讨论】:

    标签: xmpp


    【解决方案1】:

    您需要先在操作系统中安装证书,然后列表将显示系统中已安装的证书。

    要安装证书,请创建pfx 证书格式并双击安装证书。

    创建 PFX

    openssl pkcs12 -export -out my_certs.pfx -inkey example.com.key -in example.bundle.pem -certfile ca.pem
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-06-06
      • 2020-10-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-11-04
      • 2017-01-02
      相关资源
      最近更新 更多