Ubuntu/openssl
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "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") |
|||
| Line 4: | Line 4: | ||
generating a SSL cert with a SAN | generating a SSL cert with a SAN | ||
http://apetec.com/support/GenerateSAN-CSR.htm | http://apetec.com/support/GenerateSAN-CSR.htm | ||
| + | |||
| + | ==Oracle Linux== | ||
| + | find <code>openssl.cnf</code>. I found it located at: | ||
| + | <nowiki> | ||
| + | /etc/pki/tls/openssl.cnf | ||
| + | </nowiki> | ||
| + | |||
| + | Uncomment <code>req_extensions = v3_req</code> | ||
Revision as of 11:52, 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
Uncomment req_extensions = v3_req