Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

extend keystore certificate validity time

is there any way to extend time validity for keystore or certificate ?

I created a keystore already that has 10 years validity date. But, I need 30 years validity time, because of google market restrictions.

like image 834
Adem Avatar asked Aug 01 '12 07:08

Adem


1 Answers

The certificate validity is part of the certificate's signature. So there is no way to change it in an existing certificate. The only thing you can do is issue/get a new certificate with a longer validity.

like image 157
Stefan Ferstl Avatar answered Sep 19 '22 10:09

Stefan Ferstl