This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| openssl:ca [2023/10/13 14:11] – olaf | openssl:ca [2023/10/13 20:14] (current) – olaf | ||
|---|---|---|---|
| Line 63: | Line 63: | ||
| DNS.2   = < | DNS.2   = < | ||
| IP.1    = < | IP.1    = < | ||
| + | </ | ||
| + | Save it as < | ||
| + | |||
| + | === Create a key and the Certificate Signing Request === | ||
| + | < | ||
| + | openssl req -new -nodes -out < | ||
| + | </ | ||
| + | This creates two files: one with the key and one with the CSR. | ||
| + | |||
| + | === Create the certificate === | ||
| + | < | ||
| + | openssl x509 -req -sha256 -CA < | ||
| </ | </ | ||