如果您指定的私钥与您尝试使用的证书中的公钥不匹配,则会出现此错误.请检查您使用的私钥是否与证书中的公钥匹配.这可以通过比较以下命令的输出来完成,这些命令应该是相同的:
$ openssl x509 -noout -modulus -in cert.pem $ openssl rsa -noout -modulus -in key-no-pass.pem