dlapiduz / certbot-s3front

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

Docker enhancements #85

Closed visibilityspots closed 3 years ago

visibilityspots commented 4 years ago

Hi,

I created a docker-entrypoint which runs non interactively so the created image can be used without the whole certbot cmd line option list.

This way the generated docker image can be used to run periodically in orchestrators like kubernetes or nomad with only the needed environment variables to renew certificates.

dlapiduz commented 3 years ago

Thank you for the PR!