Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo cp www.earth.com_server.key /etc/ssl/private/
sudo chmod -R 400 /etc/ssl/private/www.earth.com_server.pem.key* # TheThese filefiles should only be view-able by the owner

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

...