Ubuntu/openssl
From r00tedvw.com wiki
(Difference between revisions)
(→Oracle Linux) |
(→Oracle Linux) |
||
Line 12: | Line 12: | ||
distinguished_name = req_distinguished_name | distinguished_name = req_distinguished_name | ||
req_extensions = v3_req</nowiki> | req_extensions = v3_req</nowiki> | ||
+ | |||
+ | <nowiki>[ v3_req ] | ||
+ | subjectAltName = @alt_names</nowiki> |
Revision as of 11:01, 29 November 2016
common openssl commands http://www.sslshopper.com/article-most-common-openssl-commands.html
generating a SSL cert with a SAN http://apetec.com/support/GenerateSAN-CSR.htm
Oracle Linux
find openssl.cnf
. I found it located at:
/etc/pki/tls/openssl.cnf
Verify this is present and uncommented:
[req] distinguished_name = req_distinguished_name req_extensions = v3_req
[ v3_req ] subjectAltName = @alt_names