首页 > 代码库 > yan证书与秘钥 匹配
yan证书与秘钥 匹配
Openssl: make sure your certificate matches the private key
To make sure the files tally, display the modulus value of each file:
openssl rsa -noout -modulus -in FILE.key openssl req -noout -modulus -in FILE.csr openssl x509 -noout -modulus -in FILE.cer
If everything matches (same modulus), the files are compatible. If not, One of the file is not linked to the others.
上述的值 输出一样 就是匹配的
如
openssl rsa -noout -modulus -in expamle.com.key
openssl x509 -noout -moduls -in expamle.com.crt
两者输出一致
yan证书与秘钥 匹配
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。