ssl - Will self-signed server certificates expiration date matter if I already imported it to client's truststore -
i guess question self-explanatory. have self-signed certificate on server, , it's imported client's truststore (client , server java based). wonder if certificate expires, client still honor certificate , not cease trusting it? in short, client still able connect after certificate expired?
the answer no, since code signed using certificate sooner or later expire.
using ca code signing cert (example: digicert.com) maintain signed files valid life when adding "timestamp" sign jar file(s). os or browser automatically trust source (your organization) because valid ca issued (digicert). pre-loaded root certs link code signing cert after code signing order expired. ca's update root certs few years before expires.
Comments
Post a Comment