Page tree

Versions Compared

Key

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

...

Without Passphrase Encryption

This is the As described in the Security Configuration Benchmark for Apache HTTP Server 2.2 v3.0.0, the generally accepted method of generating the key is without passphrase encryption,

Code Block
languagebash
su bhitch # Use a sudo enabled account.
cd ~
mkdir private
chmod 700 ./private
cd private
openssl genrsa -out www.earth.com_server.pem.base64.key 2048

...