Ubuntu/openssl
From r00tedvw.com wiki
(Difference between revisions)
(→Oracle Linux) |
|||
Line 8: | Line 8: | ||
find <code>openssl.cnf</code>. I found it located at: | find <code>openssl.cnf</code>. I found it located at: | ||
<nowiki>/etc/pki/tls/openssl.cnf</nowiki> | <nowiki>/etc/pki/tls/openssl.cnf</nowiki> | ||
− | + | Verify this is present and uncommented: <code>distinguished_name = req_distinguished_name</code> | |
Uncomment <code>req_extensions = v3_req</code> | Uncomment <code>req_extensions = v3_req</code> |
Revision as of 10:55, 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: distinguished_name = req_distinguished_name
Uncomment req_extensions = v3_req