Page tree

Versions Compared

Key

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

...

Code Block
languagebash
chmod 600 www.earth.com_server.key # The file should only be view-able by the owner
sudo chown root:rootssl-cert 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/
Info

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

You may delete the csr request,

...