Hello, I'm new to this lib and would like to use it so I can update certificates to our Cloudfront distributions
In your README.md you have this example:
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
Just a few questions:
May I ask if the s3 buckets are important to be declared?
Will it be enough just to upload to a cloudfront distribution? Will this command will work?
Hello, I'm new to this lib and would like to use it so I can update certificates to our Cloudfront distributions
In your README.md you have this example:
Just a few questions:
Thanks for the assist!