How to get OpenSSL to keep subj intact between x509 CSR and certificate
When creating my own root CA, intermediate CA and server certificate I would like to add a contentType=X to the subject line of all three x509 certificates.
On the root that appears to be working with:
openssl req -config ./openssl.cnf -ke… Continue reading How to get OpenSSL to keep subj intact between x509 CSR and certificate