Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Permission mistake with private keys corrected.

...

Code Block
languagebash
sudo cp www.earth.com_server.key /etc/ssl/private/
sudo chmod -R 400640 /etc/ssl/private/* # These files should only be view-able by Secure the ownerfile

sudo chown -R root:ssl-cert /etc/ssl/private/* # Make the user starting Apache the owner, in this case it is root. 
Info

The ssl-cert group is a special group to make it easy for other processes to use certs.

...