Skip to content

Instantly share code, notes, and snippets.

View omengye's full-sized avatar
💭
I may be slow to respond.

omengye omengye

💭
I may be slow to respond.
View GitHub Profile

The process starts by creating the CSR and the private key:

openssl req -nodes -newkey rsa:2048 -nodes -keyout dotmarks.net.key -out dotmarks.net.csr -subj "/C=GB/ST=London/L=London/O=dotmarks/OU=IT/CN=dotmarks.net"

Generates

  • dotmarks.net.key
  • dotmarks.net.csr