Home > Net >  AWS not allowing me to add another ACM Certificate for SSL configuration
AWS not allowing me to add another ACM Certificate for SSL configuration

Time:10-20

I am trying to add SSL Certificate in ALB, but getting following error. enter image description here

I have requested successful 1 ACM Certificate, but unfortunately that was wrongly configured, and this issue is repeating after deleted my first ACM Certificate. Does AWS not allow to create multiple ACM Certificates ?, I dint found edit option to change FQDN hence I have to delete old cert

What is probable root cause, I tried to connect support team unfortunately ticket is still open.

CodePudding user response:

As per docs

ACM requires additional information to process this certificate request. This happens as a fraud-protection measure if your domain ranks within the Alexa top 1000 websites. To provide the required information, use the Support Center to contact AWS Support. If you don't have a support plan, post a new thread in the ACM Discussion Forum.

In my view [ only possible solution ]

All Amazon certificates for these domains will remain functional until expiration, but will not be renewable and no new certificates from these domains will be issued. The only workaround that would work in your scenario would be to obtain a certificate from a third party that can issue a certificate for your domain, and import the certificate into ACM

CodePudding user response:

Contacting Support is recommended to resolve the issue as explained in this document. Also, it's not possible to change domain names when a certificate has been requested and you can create multiple certificates in ACM.

  • Related