0

I have a problem to use my server certificate in CloudFront of AWS. When I added my server certificate I didn't know that if I'm going to use it in the CloudFront, I needed to add the param --path /cloudfront/. Is it possible change only this parameter without delete and add again?

Thanks

t321
  • 3
  • 1

1 Answers1

0

Apparently, you can:

$ aws iam update-server-certificate 
          --server-certificate-name <value>
          --new-path <value>

http://docs.aws.amazon.com/cli/latest/reference/iam/update-server-certificate.html

Michael - sqlbot
  • 22,658
  • 2
  • 63
  • 86