1
0
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:
James Kasten
2014-11-18 16:27:10 -08:00
parent 073e9758f1
commit aa022adecb

View File

@@ -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