dlapiduz / certbot-s3front

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

Add AWS credentials as explicit arguments #82

Closed zchfvy closed 5 years ago

zchfvy commented 5 years ago

Hi,

I recently lost my hard-drive and had to reinstall cert-bot and this plugin. After a bit of work it became apparent that "certbot-auto" which is apparently the new way of doing things doesn't play nice with environment variables so I threw together this change as a solution.

This might be useful to others; though it's very possible that there is an easier and better way to do this that I was unable to figure out.

Thanks

zchfvy commented 5 years ago

Oops, l forgot a few things, going to fix this. Sorry for the spam.

zchfvy commented 5 years ago

Ok, now the installer code is there too.

zchfvy commented 5 years ago

Just ran with the docker version, works great! Don't think there is any more need for this.