Replace GoDaddy Certificate with ACM Certificate

0

We set up our website quite some time ago (mfoodonline.com) and secured it with a GoDaddy certificate. We have purposefully let that certificate expire in order to switch to an ACM certificate. We have successfully set up that certificate and attached it and out EC2 instance to a load balancer, but the site is still reporting that the certificate is invalid as it appears to still be using the expired one from goDaddy. Wht is the proper procedure to switch from a manually installed goDaddy certificate to one supplied by ACM?

질문됨 4년 전439회 조회
2개 답변
0

I found a second A record (with www appended) that was still poiting to the elastic IP address of the instance. Updated that to the load balancer and all is well.

답변함 4년 전
0

You can import third party certificates to ACM and deploy them to ACM supported endpoints. When migrating from third party SSL certificates to ACM managed certificates, it is recommended to -

  • Verify that you have selected the right SSL certificate ARN on the Load Balancer/ other supported end points.
  • Check the DNS entries made in Route 53 to verify all "A" and "CNAME" records are pointing to the right resources for a domain and there are no records directly pointing to previous configurations.
  • All certificates in ACM are regional resources, including the certificates that you import. To use the same certificate with Elastic Load Balancing load balancers in different AWS Regions, you must import the certificate into each Region where you want to use it.
  • To use a certificate with Amazon CloudFront, you must import it into the US East (N. Virginia) Region.

For more information please refer - https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html

AWS
답변함 10달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠