This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
setting-up-ssl [2018/06/18 10:40] 122.164.155.174 created |
setting-up-ssl [2018/06/18 12:17] (current) 122.164.155.174 [Generating local keys] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Generating local keys ===== | ===== Generating local keys ===== | ||
| - | - Generate a private key using the following command\\ <code>openssl genrsa -out tech101.private.key</code> | + | - Generate a private key using the following command\\ <code>openssl genrsa -out tech101.key</code> |
| - | - Generate a CSR key with the following command\\ <code>openssl req -new -sha256 -key tech101.private.key -out tech101.csr</code> Enter all the details as required. | + | - Generate a CSR key with the following command\\ <code>openssl req -new -sha256 -key tech101.key -out tech101.csr</code> Enter all the details as required. |
| + | |||
| + | ===== Follow instructions from provider ===== | ||
| + | |||
| + | Follow the instructions from the SSL provider until the step where the certificate and the bundle are received. | ||