]> git.siccegge.de Git - tooling/letool.git/blob - sicceggetools/acme/constants.py
Change everything
[tooling/letool.git] / sicceggetools / acme / constants.py
1
2 DIRECTORY_URL = 'https://acme-v01.api.letsencrypt.org/directory'
3 KEY_SIZE = 4096
4 CONTACT = ('mailto:certmaster@siccegge.de',)
5 SERVICETYPES = ('xmpp', 'www', 'smtp', 'imap')