]> git.siccegge.de Git - tooling/letool.git/blobdiff - sicceggetools/acme/constants.py
Change everything
[tooling/letool.git] / sicceggetools / acme / constants.py
index f419b9da3e37b773d727a826662eabf4268ba6f8..076c9063a6fed4a018cf054b542f893b8dfdd5d8 100644 (file)
@@ -1,6 +1,5 @@
 
-DIRECTORY_URL = 'https://acme-staging.api.letsencrypt.org/directory'
-
+DIRECTORY_URL = 'https://acme-v01.api.letsencrypt.org/directory'
 KEY_SIZE = 4096
-
 CONTACT = ('mailto:certmaster@siccegge.de',)
+SERVICETYPES = ('xmpp', 'www', 'smtp', 'imap')