From: Christoph Egger Date: Thu, 27 Oct 2016 22:54:19 +0000 (+0200) Subject: change to production directory X-Git-Url: https://git.siccegge.de//index.cgi?p=tooling%2Fletool.git;a=commitdiff_plain;h=a89394801d2d6b15a4f1bfbd0330d3532319f951 change to production directory --- diff --git a/sicceggetools/acme/constants.py b/sicceggetools/acme/constants.py index f419b9d..b8a5c70 100644 --- a/sicceggetools/acme/constants.py +++ b/sicceggetools/acme/constants.py @@ -1,5 +1,5 @@ -DIRECTORY_URL = 'https://acme-staging.api.letsencrypt.org/directory' +DIRECTORY_URL = 'https://acme-v01.api.letsencrypt.org/directory' KEY_SIZE = 4096