Extend/renew a p12 certificate self signed expired

不想你离开。 提交于 2021-02-10 13:27:12

问题


Our adobe air application p12 certificate is already expired.

Are there any ways to renew to same certificate without having to create another one?


回答1:


A renewed certificate is nothing else then using the same Certificate Signing Request, which includes the Subject information and the public key, and sign it again by the Certificate Agency (in this case you again because it is self-signed), although with a changed expire time.

So, extending a certificate will create a a new one, although with mostly the same information in it. There is no way to somehow make an existing certificate last longer, because the expiration time is inside the certificate and included in the signature. Changing the time inside an existing certificate would make the signature and thus the certificate invalid.




回答2:


No you cannot renew or modify the contents of a certificate once it is issued by a certification authority (CA).

You will have to submit the Certificate Signing Request (CSR) again and must be issued by the CA and must be replaced on the server or the application.



来源:https://stackoverflow.com/questions/24522222/extend-renew-a-p12-certificate-self-signed-expired

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!