Difference between revisions of "Creating CSR with altSubjectname"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "<ref>https://geekflare.com/san-ssl-certificate/</ref>I have done very little with OpenSSL, leaning too heavily on easy-rsa to handle certs on my behalf. However, with the new...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<ref>https://geekflare.com/san-ssl-certificate/</ref>I have done very little with OpenSSL, leaning too heavily on easy-rsa to handle certs on my behalf. However, with the new requirment from browsers to have an altSubjectname in the cert I needed to get my hands dirty. Thankfully I found a site that made it easy.
 
<ref>https://geekflare.com/san-ssl-certificate/</ref>I have done very little with OpenSSL, leaning too heavily on easy-rsa to handle certs on my behalf. However, with the new requirment from browsers to have an altSubjectname in the cert I needed to get my hands dirty. Thankfully I found a site that made it easy.
 +
 +
==Signing==
 +
<ref>https://msol.io/blog/tech/create-a-self-signed-ssl-certificate-with-openssl/</ref>
 +
<ref>https://www.area536.com/projects/be-your-own-certificate-authority-with-openssl/</ref>

Latest revision as of 07:48, 12 May 2017

[1]I have done very little with OpenSSL, leaning too heavily on easy-rsa to handle certs on my behalf. However, with the new requirment from browsers to have an altSubjectname in the cert I needed to get my hands dirty. Thankfully I found a site that made it easy.

Signing

[2]

[3]