Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use with letsencrypt-auto #28

Open
vlsd opened this issue May 2, 2016 · 4 comments
Open

How to use with letsencrypt-auto #28

vlsd opened this issue May 2, 2016 · 4 comments

Comments

@vlsd
Copy link

vlsd commented May 2, 2016

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?

@r3k2
Copy link

r3k2 commented May 9, 2016

same question

@MarkPochert
Copy link

same question and how to use with the docker image

@redthor
Copy link

redthor commented Jun 1, 2016

Now it's certbot-auto ?

@AndrewKvalheim
Copy link

AndrewKvalheim commented Jul 4, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants