AWS ACM Certificate delete issue

0

The current certificate associated with the ALB has expired. I renewed it and associated it with the ALB using the new ARN. When I browse the URL, it still shows an old, expired certificate. I was not able to delete it as well since the status is still "In use". I tried via CLI as well, but no luck.

1 Risposta
2
Risposta accettata

I was not able to delete it as well since the status is still "In use"

If you did this in the AWS Console a dialog would have popped up advising of which resource(s) still have the cert attached.

This may well include the load-balancer that the cert was originally attached to (even though it's expired it won't be automatically dissociated).

Check that only the new, active cert is associated with the load balancer.

profile picture
ESPERTO
Steve_M
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
  • In the ALB it had old ARN, I used the new ARN after I imported the new certificate into the ACM. In the ACM, it now has 2 certificates one is expired and the other is Active. I was not able to delete the expired one. And the browser still shows the expired certificate.

  • When you tried to delete the old cert in ACM, it would have popped up a message saying that the cert is still in use, and given you a list of resource(s) with which the cert is still associated.

    You need to dissociate the old cert from these resource(s). The steps to dissociate a cert from a load balancer are here https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-update-certificates.html#remove-certificates

    This will probbaly also solve the issue in your browser, as now there should only be the new cert associated with the load balancer.

  • Yes, it popped a message. Both old & new cert shows the same ALB resource in the ACM.

  • You need to remove the old cert from the ALB, see the link in my previous comment.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande