From aa022adecb027ccc8ec9bdee7cabd3dde69e778b Mon Sep 17 00:00:00 2001 From: James Kasten Date: Tue, 18 Nov 2014 16:27:10 -0800 Subject: [PATCH] Change CONFIG to point to an ACME server with valid trusted certificate --- letsencrypt/client/CONFIG.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/letsencrypt/client/CONFIG.py b/letsencrypt/client/CONFIG.py index 8c0c2511a..832b5b4ce 100644 --- a/letsencrypt/client/CONFIG.py +++ b/letsencrypt/client/CONFIG.py @@ -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