Skip to content

Commit

Permalink
Update certbot_config_vars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abrbon authored Jan 31, 2021
1 parent 4d9c539 commit e176d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot_config_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ REGISTER_EMAIL="--register-unsafely-without-email" # Email used for registrati
# use the '--register-unsafely-without-email' option here.
# REGISTER_EMAIL="-m youremailhere@provider.com"

# SSH vars (like locations where the ssl certs should be copied)
# SSL vars (like locations where the ssl certs should be copied)
SSL_PATH="/etc/ssl"
SSL_CERT="nginx-cert.pem"
SSL_KEY="nginx-key.pem"
Expand Down

0 comments on commit e176d02

Please sign in to comment.