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, so how to make this operation with openssl?