Ubuntu/openssl
From r00tedvw.com wiki
(Difference between revisions)
(→Oracle Linux) |
(→Oracle Linux) |
||
Line 9: | Line 9: | ||
<nowiki>/etc/pki/tls/openssl.cnf</nowiki> | <nowiki>/etc/pki/tls/openssl.cnf</nowiki> | ||
Verify this is present and uncommented: | Verify this is present and uncommented: | ||
− | <nowiki>distinguished_name = req_distinguished_name | + | <nowiki>[req] |
+ | distinguished_name = req_distinguished_name | ||
req_extensions = v3_req</nowiki> | req_extensions = v3_req</nowiki> |
Revision as of 10:58, 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