mirror of
https://github.com/certbot/certbot.git
synced 2026-01-24 19:22:07 +03:00
Change CONFIG to point to an ACME server with valid trusted certificate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user