mirror of
https://github.com/certbot/certbot.git
synced 2026-06-20 05:59:08 -04:00
Change CONFIG to point to an ACME server with valid trusted certificate
This commit is contained in:
parent
073e9758f1
commit
aa022adecb
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# CA hostname
|
||||
ACME_SERVER = "54.183.196.250"
|
||||
# If you create your own server... change this line
|
||||
# Note: the server certificate must be trusted in order to avoid
|
||||
# further modifications to the client
|
||||
ACME_SERVER = "letsencrypt-demo.org"
|
||||
# Apache server root directory
|
||||
SERVER_ROOT = "/etc/apache2/"
|
||||
# Configuration file directory for letsencrypt
|
||||
|
|
|
|||
Loading…
Reference in a new issue