Difference between revisions of "Creating CSR with altSubjectname"

From Michael's Information Zone
Jump to navigation Jump to search
Line 2: Line 2:
  
 
==Signing==
 
==Signing==
<ref>https://blog.zencoffee.org/2013/04/creating-and-signing-an-ssl-cert-with-alternative-names/</ref>
+
<ref>https://msol.io/blog/tech/create-a-self-signed-ssl-certificate-with-openssl/</ref>

Revision as of 16:05, 11 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]