This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sign_ssl_certificates_with_own_ca [2017/06/20 16:17] – herwarth | sign_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 "/ | 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==== | ====CA server configuration==== | ||
| Create P12 certificate | Create P12 certificate | ||