shan
shan

Reputation: 31

How to do AWS SSL Renewal through Putty

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

enter image description here

Upvotes: 0

Views: 265

Answers (1)

Chris Williams
Chris Williams

Reputation: 35213

Try updating your version of the CLI, it is likely out of date if the verb does not display yet.

Upvotes: 1

Related Questions