This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sign_ssl_certificates_with_own_ca [2015/03/05 09:21] – herwarth | sign_ssl_certificates_with_own_ca [2017/06/22 20:00] (current) – herwarth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Sign SSL cetificate with own CA====== | ======Sign SSL cetificate with own CA====== | ||
| =====Configuration===== | =====Configuration===== | ||
| + | ====Create SSL certificate request in one line==== | ||
| + | openssl req -new -nodes -keyout cloud.key -out cloud.csr -subj "/ | ||
| + | openssl req -new -nodes -keyout cloud.key -out cloud.csr -subj "/ | ||
| + | ====CA server configuration==== | ||
| + | Create P12 certificate | ||
| + | openssl pkcs12 -export -out cacert.p12 -inkey key.pem -in cert.pem | ||
| + | |||
| ====CA-server==== | ====CA-server==== | ||
| (ca.mngt.rtd.helux.nl) | (ca.mngt.rtd.helux.nl) | ||