简体   繁体   English

如何使公钥保持静态,但旋转证书

[英]How to keep public key static, but rotate the certificate

In this article, https://www.owasp.org/index.php/Certificate_and_Public_Key_Pinning , it reads: 在本文https://www.owasp.org/index.php/Certificate_and_Public_Key_Pinning中 ,其内容为:

"Even though Google rotates its certificates, the underlying public keys (within the certificate) remain static." “即使Google旋转其证书,底层的公共密钥(在证书内)仍保持静态。”

If I want to implement this so that I have a static public key, but can rotate the certificate, how do I go about doing this? 如果要实现此目的以使我拥有一个静态公钥,但可以旋转证书,我该如何做呢?

只需继续从相同的密钥对生成新的CSR。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM