Page tree

Versions Compared

Key

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

...

Generate the CSR (Certificate Signing Request) which will be submitted to the CA ,using private www.earth.com_server.key from above.

Code Block
languagebash
openssl req -new -key www.earth.com_server.key -out www.earth.com_server.csr

...