You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to test it: openssl asn1parse -in cert.pem | grep TIME
If a certificate created with GENERALIZEDTIME, libraries (which understand it) convert it to the same Not After / Not Before time format as UTCTIME' and hide it what is in the background.
If other library (which does not understand it) trying to connect to/with will not working but it seems like everything is correct.
E.g after replacing a certification and the old and the new one have different TIME implementation then, you just realize that some
clients are not working but in background (if you are not an expert) you wouldn't know what has been changed since that time.
The text was updated successfully, but these errors were encountered:
As far as I know there are two TIME implementation in certification for
Not After
andNot Before
:e.g:
to test it:
openssl asn1parse -in cert.pem | grep TIME
If a certificate created with
GENERALIZEDTIME
, libraries (which understand it) convert it to the sameNot After
/Not Before
time format asUTCTIME
' and hide it what is in the background.If other library (which does not understand it) trying to connect to/with will not working but it seems like everything is correct.
E.g after replacing a certification and the old and the new one have different TIME implementation then, you just realize that some
clients are not working but in background (if you are not an expert) you wouldn't know what has been changed since that time.
The text was updated successfully, but these errors were encountered: