-
Notifications
You must be signed in to change notification settings - Fork 71
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
Please update docs more clear #64
Comments
That's a command that you would run in a command line or a terminal. The first two lines are setting environment variables, the reset of that is the |
I copy and change follow guide but it does not work root@ip-172-31-71-224:~# AWS_ACCESS_KEY_ID="AKIAJUxxxx" \
|
The key problem appears to be |
where can i run below command?
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
terminal or which file?
The text was updated successfully, but these errors were encountered: