Reputation: 89
I missed the email advising me to renew my AWS certificate and am trying to disassociate it from my domain so I can delete it and get a new one. I installed and configured the Amazon CLI, but I cannot find documentation to disassociate the certificate.
I'm new to this and could use some help, specifically syntax to disassociate the certificate.
Upvotes: -1
Views: 742
Reputation: 89
I finally figured it out. I am using AWS CloudFront and simply changed the certificate from the AWS issued certificate to the default CloudFront certificate. I was then able to delete the certificate.
The certificate in question was not eligible for renewal.
Upvotes: 2
Reputation: 35188
You never need to disassociate the certificate, you would instead create your new certificate and then replace its usage with whichever service you're using.
For CloudFront ensure your SSL is in us-east-1
, otherwise create in the region of the resource you're attaching to.
It might also be worth for the future using the free ACM certificate as this will auto-renew.
Upvotes: 1