Skip to content

Instantly share code, notes, and snippets.

View aukaost's full-sized avatar

Simon L aukaost

  • Reykjavik, Iceland
  • 16:43 (UTC)
View GitHub Profile
@aukaost
aukaost / OpenSSL Commands.md
Last active August 29, 2015 14:26 — forked from neonexus/OpenSSL Commands.md
AWS ELB OpenSSL commands list

Generate KEY and CSR:

openssl req -new -newkey rsa:2048 -nodes -keyout DOMAIN.key -out DOMAIN.csr

Echo the KEY in PEM format:

openssl rsa -in DOMAIN.key -outform PEM

Echo the CRT in PEM format: