mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Change CONFIG to point to an ACME server with valid trusted certificate
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# CA hostname
|
# 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
|
# Apache server root directory
|
||||||
SERVER_ROOT = "/etc/apache2/"
|
SERVER_ROOT = "/etc/apache2/"
|
||||||
# Configuration file directory for letsencrypt
|
# Configuration file directory for letsencrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user