Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Created March 8, 2019 01:32
Show Gist options
  • Save DorkNstein/f64e21b9de5364a30422b73142e9eb2d to your computer and use it in GitHub Desktop.
Save DorkNstein/f64e21b9de5364a30422b73142e9eb2d to your computer and use it in GitHub Desktop.

Adding SSL certificate keys in aws

Use 4th option (UPLOAD certificate to IAM)

For private key: Add private key (--- BEGIN PRIVATE KEY --- **** --- END PRIVATE KEY ---)

For certificate key: Add certificate key (--- BEGIN certificate --- **** --- END certificate ---)

For certificate Chain: Add Intermediate certificate (--- BEGIN Intermediate certificate --- **** --- END Intermediate certificate ---)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment