Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo chownmv root:root www.earth.com.crt /etc/ssl/certs
sudo mv chown root:root /etc/ssl/certs/www.earth.com.crt /etc/ssl/certs
Note

The above chown root:root command ensure the signed public key is protected. Also, if you are using a user other than root to start Apache, then adjust the file ownership to that user.

...