1

Was not sure how to import my TLS certificates into AWS Certificate Manager.

The files you get from the download

  • domain.cert.pem
  • intermediate.cert.pem
  • private.key.pem
  • public.key.pem
Andrew A
  • 97
  • 8

1 Answers1

1

private.key.pem -> Certificate private key

intermediate.cert.pem -> Certificate chain

In domain.cert.pem get the first certificate block -> Certificate body

Andrew A
  • 97
  • 8