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/06/23 18:52] – 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==== | ====CA server configuration==== | ||
| Create P12 certificate | Create P12 certificate | ||