dlapiduz / certbot-s3front

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

AttributeError: module 'certbot.interfaces' has no attribute 'RenewDeployer' #81

Closed Manghud closed 5 years ago

Manghud commented 5 years ago

Got this error while running the main statement like so:

AWS_ACCESS_KEY_ID="myid" \ AWS_SECRET_ACCESS_KEY="mykey" \ certbot --agree-tos -a certbot-s3front:auth \ --certbot-s3front:auth-s3-bucket mybucket \ [ --certbot-s3front:auth-s3-region us-east-2 ] \ -i certbot-s3front:installer \ --certbot-s3front:installer-cf-distribution-id \ -d mydomain

Manghud commented 5 years ago

Solution was to use Python 2 instead of Python 3.