Which of the following lines in an OpenSSL configuration adds an X 509v3 Subject Alternative Name extension for the host names example.org and
www.example.org to a certificate?
A.
subjectAltName = DNS: www.example.org, DNS:example.org
B.
extension= SAN: www.example.org, SAN:example.org
C.
subjectAltName: www.example.org, subjectAltName: example.org
D.
commonName = subjectAltName= www.example.org,
subjectAltName = example.org
E.
subject= CN= www.example.org, CN=example.org
Explanation:
https://www.openssl.org/docs/manmaster/apps/x509v3_config.html