How to copy x509 extensions from CSR to signed PEM with OpenSSLEdit openssl.cnf, go to the authority section, my case "" and uncomment the following line:
Code:
# Extension copying option: use with caution.
copy_extensions = copy
This is often required for x509 extension Subject Alternative Name. SubjectAltName is a x509 extension that permits various literal values to be included in the signed certificate. It is used for ipsec VPNs, more ...