Apache HTTP Server: Difference between revisions
m Removed localhost link |
m →Configuring Apache to use your server certificate: Corrected paths as they are directories, removed CSR. Tags: Mobile edit Mobile web edit |
||
| Line 16: | Line 16: | ||
* We need to copy the certificates and keys into the correct places. Type the following commands: | * We need to copy the certificates and keys into the correct places. Type the following commands: | ||
cp key.pem /etc/apache2/ssl.key | cp key.pem /etc/apache2/ssl.key/key.pem | ||
cp cert.pem /etc/apache2/ssl.crt | cp cert.pem /etc/apache2/ssl.crt/cert.pem | ||
* Close the terminal | * Close the terminal | ||