certbot-s3front
certbot-s3front copied to clipboard
How to use with `letsencrypt-auto`
Reading the install docs for letsencrypt I noticed it says that installing through pip install is neither recommended nor supported. Instead, they say to use letsencrypt-auto. However, I don't know how to use this plugin in conjunction with the auto version of letsencrypt. Any clues?
same question
same question and how to use with the docker image
Now it's certbot-auto ?
I don't see any information about installing third-party plugins in the documentation, but after running certbot-auto once, the procedure used here seems to have worked for me:
$ ~/.local/share/letsencrypt/bin/pip install --upgrade letsencrypt-s3front
[...]
$ certbot-auto plugins
[...]
* letsencrypt-s3front:auth
Description: S3/CloudFront Authenticator
Interfaces: IAuthenticator, IPlugin
Entry point: auth = letsencrypt_s3front.authenticator:Authenticator
* letsencrypt-s3front:installer
Description: S3/CloudFront Installer
Interfaces: IInstaller, IPlugin
Entry point: installer = letsencrypt_s3front.installer:Installer
[...]
Note that certbot-auto invokes the plugin via sudo, so to pass it your AWS credentials you'll have to either add exceptions for the appropriate environment variables or create a configuration file.