How to add subject alternative name when converting PEM certificate to DER format?
Is it possible to add a subject alternative name when converting PEM certificate to DER format.
openssl x509 -outform der -in Certificate.pem -out Certificate.der -extensions SAN -subject-alternative-name ‘alternative name’
If possible,… Continue reading How to add subject alternative name when converting PEM certificate to DER format?