Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justinribeiro/d78592766ae206f300f4 to your computer and use it in GitHub Desktop.
Save justinribeiro/d78592766ae206f300f4 to your computer and use it in GitHub Desktop.
What the "Certificate Chain" field needs for AWS, PositiveSSL edition.

Because the "Certificate Chain" field for AWS always throws me when someone asks what the order of the certs are. Every. Single. Time.

(openssl x509 -inform PEM -in COMODORSADomainValidationSecureServerCA.crt; openssl x509 -inform PEM -in COMODORSAAddTrustCA.crt)

Where's the trust root? Don't need it; you'll get an contains anchor issue when testing.

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