You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm, so this is a challenge, we want to leave recent old certs so people can roll back if necessary. I think the best thing would be a "prune-old-certs" command?
After awhile you'll have a bunch of old certificates in your list. No reason this shouldn't' be tidied up automatically.
It should delete the prior installed certificate right after the new certificate is successfully applied to the ELB.
This can be done with AWS CLI:
http://docs.aws.amazon.com/cli/latest/reference/iam/delete-server-certificate.html
Eg.
The text was updated successfully, but these errors were encountered: