From a89394801d2d6b15a4f1bfbd0330d3532319f951 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Fri, 28 Oct 2016 00:54:19 +0200 Subject: [PATCH] change to production directory --- sicceggetools/acme/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2