How to download a public certificate from Amazon Certificate Manager

前端 未结 1 1176
终归单人心
终归单人心 2021-01-18 21:42

I have a public SSL certificate in Amazon Certificate Manager. I want to upload this certificate to an instance that is not hosted in amazon. How can i download the certific

相关标签:
1条回答
  • 2021-01-18 22:36

    You cannot download a SSL certificate from ACM with Private key.

    You can download the certificate using awscli with aws acm get-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012. This will get you Public certificate.

    https://docs.aws.amazon.com/cli/latest/reference/acm/get-certificate.html

    0 讨论(0)
提交回复
热议问题