JAR Signing: How long can a certificate last? -


i understand when signing jar, possible extend default certificate expiration date of of 90 days using -validity.

since i'm making embedded system, have certificate last indefinitely, or @ least several years. having resign jar's dangerous.

is there way make time infinite or putting few thousand days best route?

edit:

it intent use certificate authority, verisign.

if want use certificate of certificate authority find maximum period in authorities policy.

if use self-signed certificate, can choose duration limited specification.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -