Replies: 1 comment 2 replies
-
No that is not possible. The certificate chain should still be possible to validate using standard path validation algorithms (i.e. as coded in most development libraries), which means all certificates in the chain must be valid ad time of validation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible for a CA that has a limited validity period (eg, 20 years) to issue an end entity certificate that has indefinite validity (endDate of "99991231235959Z")?
I am looking to configure a CA to issue IDevID certificates that will have indefinite validity period. However, it seems that the issued certificates have the same validity as the issuing CA, despite the fact that i have set the validity of "9999-12-31 23:59:59+00:00" in the certificate profile for the IDevID end entities.
Beta Was this translation helpful? Give feedback.
All reactions