Skip to content

Instantly share code, notes, and snippets.

@avtehnik
Last active March 29, 2018 23:48
Show Gist options
  • Save avtehnik/5ce277ab1f735a3f1a547d57f0de677d to your computer and use it in GitHub Desktop.
Save avtehnik/5ce277ab1f735a3f1a547d57f0de677d to your computer and use it in GitHub Desktop.
https://www.sslforfree.com/create
aws --profile your-profile iam upload-server-certificate --server-certificate-name your-sert-name-YYYY-MM-DD --certificate-body file://certificate.crt --private-key file://private.key --certificate-chain file://ca_bundle.crt
openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment