Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am aukaost on github.
  • I am aukaost (https://keybase.io/aukaost) on keybase.
  • I have a public key ASB4iEcSkrrXnBs6LKiQ32ErK9Tz6UE5Rtdsx21rEejTZgo

To claim this, I am signing this object:

@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: