User Tools

Site Tools


sign_ssl_certificates_with_own_ca

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sign_ssl_certificates_with_own_ca [2017/06/20 16:17] herwarthsign_ssl_certificates_with_own_ca [2017/06/22 20:00] (current) herwarth
Line 3: Line 3:
 ====Create SSL certificate request in one line==== ====Create SSL certificate request in one line====
   openssl req -new -nodes -keyout cloud.key -out cloud.csr -subj "/C=NL/ST=ZH/L=Bergschenhoek/O=Helux/CN=cloud.mngt.bh.helux.nl"   openssl req -new -nodes -keyout cloud.key -out cloud.csr -subj "/C=NL/ST=ZH/L=Bergschenhoek/O=Helux/CN=cloud.mngt.bh.helux.nl"
 +  openssl req -new -nodes -keyout cloud.key -out cloud.csr -subj "/C=NL/ST=ZH/L=Bergschenhoek/O=Helux/CN=cloud.mngt.bh.helux.nl"-reqexts SAN -config <(cat /etc/ssl/openssl.cnf <(printf "[SAN]\nsubjectAltName=DNS:cloud.mngt.bh.helux.nl"))
 ====CA server configuration==== ====CA server configuration====
 Create P12 certificate Create P12 certificate
sign_ssl_certificates_with_own_ca.1497975452.txt.gz · Last modified: by herwarth