代码之家  ›  专栏  ›  技术社区  ›  Arulkumar Palanisamy

无法在用于Pdf签名的Adobe Reader中添加数字标识。自签名证书是在windows机器中使用Openssl 3.1.3版本创建的

  •  0
  • Arulkumar Palanisamy  · 技术社区  · 2 年前

    无法在用于Pdf签名的Adobe Reader中添加数字标识。获取错误“无法使用提供的密码打开数字标识。请重试。”。我们已验证密码是否正确,但仍出现异常。自签名数字id是使用Openssl v3.1.3生成的。但是使用Openssl V1.1.1生成的证书运行良好。

    错误详细信息:

    enter image description here

    使用以下命令生成两个版本的PKCS12证书。

    openssl genpkey-算法RSA-out private.key-aes256 openssl req-new-key private.key-out csr.csr openssl x509-req-days 365-in-csr.csr-signkey private.key-out certificate.crt openssl pkcs12-export-out certificate.p12-inkey private.key-in-certificate.crt

    比较了这两个证书,除了串行密钥长度外,找不到任何区别。

    0 回复  |  直到 2 年前