Reputation: 31
Reference: https://docs.aws.amazon.com/cli/latest/reference/acm/renew-certificate.html
renew-certificate --certificate-arn [--cli-input-json ] [--generate-cli-skeleton ]
I tried below command through Putty. but it not worked. Please correct me if anything wrong.
Command:
aws acm renew-certificate --certificate-arn arn:aws:acm:us-east-2:9999999999:certificate/c3913220-3df6-4g08-9f20-d3gg04591fad
Upvotes: 0
Views: 265
Reputation: 35213
Try updating your version of the CLI, it is likely out of date if the verb does not display yet.
Upvotes: 1