Last active
March 29, 2018 23:48
-
-
Save avtehnik/5ce277ab1f735a3f1a547d57f0de677d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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