dlapiduz / certbot-s3front

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

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

Closed elvisangelaccio closed 7 years ago

elvisangelaccio commented 7 years ago

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 commented 7 years ago

Caused by #56, closing.