Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Store the private key into the protected folder,

Code Block
languagebash
chmod 600 www.earth.com_server.key # The file should only be view-able by the owner
sudo chown root:root www.earth.com_server.key # Make the user starting Apache the owner, in this case it is root
sudo mv www.earth.com_server.key /etc/ssl/private/

...