Making a self-signed TLS certificate: Difference between revisions
Changed article from old RSA style certificates to ECDSA. Simplified and removed now obsolete data. |
m →Securing Apache with created certificate: Small format changes |
||
| Line 46: | Line 46: | ||
openssl req -x509 -days 365 -rand /dev/urandom -key key.pem -in csr.pem -out cert.pem | openssl req -x509 -days 365 -rand /dev/urandom -key key.pem -in csr.pem -out cert.pem | ||
== Securing Apache with created | == Securing Apache the with certificate created == | ||
See the following article: | See the following article: | ||