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

unrecognized arguments: --certbot-s3front:auth-s3-bucket #55

Closed
elvisangelaccio opened this issue Jun 26, 2017 · 1 comment
Closed

unrecognized arguments: --certbot-s3front:auth-s3-bucket #55

elvisangelaccio opened this issue Jun 26, 2017 · 1 comment

Comments

@elvisangelaccio
Copy link
Contributor

elvisangelaccio commented Jun 26, 2017

The following script has worked fine for months, but now I get the error in the title when trying to renew my certificate.

#!/bin/sh

# run with sudo bash -c certbot-aws.sh

export AWS_ACCESS_KEY_ID="MY_KEY"
export AWS_SECRET_ACCESS_KEY="MY_KEY"

certbot --agree-tos -a certbot-s3front:auth \
--certbot-s3front:auth-s3-bucket eang.it \
--certbot-s3front:auth-s3-region eu-central-1 \
-i certbot-s3front:installer \
--certbot-s3front:installer-cf-distribution-id MY_ID \
-d eang.it

The extended error is:

$ sudo bash -c certbot-aws.sh
usage: 
  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
certificate. 
certbot: error: unrecognized arguments: --certbot-s3front:auth-s3-bucket eang.it --certbot-s3front:auth-s3-region eu-central-1 --certbot-s3front:installer-cf-distribution-id MY_ID

Any idea what am I doing wrong?

certbot-s3front version is 0.3.1
certbot version is 0.15

@elvisangelaccio
Copy link
Contributor Author

Caused by #56, closing.

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

1 participant