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

Add support for certbot 2.x #91

Open
elvisangelaccio opened this issue Dec 9, 2022 · 1 comment
Open

Add support for certbot 2.x #91

elvisangelaccio opened this issue Dec 9, 2022 · 1 comment

Comments

@elvisangelaccio
Copy link
Contributor

See https://github.com/certbot/certbot/wiki/Certbot-v2.x-Plugin-Compatibility

kdeldycke added a commit to kdeldycke/kevin-deldycke-blog that referenced this issue Feb 19, 2023
@jacqueminv
Copy link

For anyone landing here when trying to use certbot-s3front and facing the following error (as reported on #55): unrecognized arguments: --certbot-s3front:auth-s3-bucket, here is one way work around it waiting this issue to be closed:

> virtualenv venv
> source venv/bin/activate
> pip install certbot===1.32.0
> pip install acme===1.32.0
> pip install certbot-s3front

# then as mentioned on the README.md
>  AWS_ACCESS_KEY_ID="REPLACE_WITH_YOUR_KEY" \
AWS_SECRET_ACCESS_KEY="REPLACE_WITH_YOUR_SECRET" \
certbot --agree-tos -a certbot-s3front:auth \
--certbot-s3front:auth-s3-bucket REPLACE_WITH_YOUR_BUCKET_NAME \
[ --certbot-s3front:auth-s3-region your-bucket-region-name ] #(the default is us-east-1, unless you want to set it to something else, you can delete this line) \
[ --certbot-s3front:auth-s3-directory your-bucket-directory ] # (default is "") \
-i certbot-s3front:installer \
--certbot-s3front:installer-cf-distribution-id REPLACE_WITH_YOUR_CF_DISTRIBUTION_ID \
-d REPLACE_WITH_YOUR_DOMAIN

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

2 participants