Skip to content

Only x509 certificates v3 allowed for CMP #692

Answered by primetomas
kyberpunk asked this question in Q&A
Discussion options

You must be logged in to vote

I believe you should look at the application that produces anything else than v3 certificates. X.509 v1 was deprecated 30 years ago, generating v1 certificates will cause unimaginable trouble. Most applications and standard only support X.509 v3.

I haven't seen anything generate non v3 certificates since the early 90s. Such certificates can not be used by TLS or most signature applications because they require extensions such as KeyUsage or SubjectAlternativeName, etc. V1 certificates can only be consumed by custom applications and are thus not suitable for usage with CMP.

In the case of CMP the standard defines the usage of x509v3 certificate.
https://datatracker.ietf.org/doc/html/rfc421…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kyberpunk
Comment options

@primetomas
Comment options

@kyberpunk
Comment options

Answer selected by kyberpunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants