How do I retrieve the private key for a certificate generated on AWS Certificate Manager?

后端 未结 1 1047
-上瘾入骨i
-上瘾入骨i 2021-02-12 18:58

Someone purchased a wildcard certificate via AWS Certificate Manager for their domain name and I need to transfer it to Heroku for an app that uses a sub-domain of the domain na

1条回答
  •  遇见更好的自我
    2021-02-12 19:42

    You can't. That's one of the points of using AWS Certificate Manager: the private keys won't leave AWS infrastructure. You can't even use AWS Certificate Manager certs on EC2 today, only on specific services. More information here and here.

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