dlapiduz / certbot-s3front

Certbot CLI plugin for S3/CloudFront validation and installation
MIT License
584 stars 70 forks source link

added missing ListServerCertificates permission #51

Closed visibilityspots closed 7 years ago

visibilityspots commented 7 years ago

When using the certbot-s3front software I got a permission error on the iam:ListServerCertificates action. By adding this to the policy it worked fine.

Thought I share this with the others.

dlapiduz commented 7 years ago

Thanks for the PR!