diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-25 19:16:33 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-25 11:16:33 -0800 |
commit | 641c409e4e979c962d049b2b01404e4f3f2f75aa (patch) | |
tree | 62544e0a205b34013f314f04413e1f43720d5178 /synapse | |
parent | switch from google.com to recaptcha.net for reCAPTCHA (#4731) (diff) | |
download | synapse-641c409e4e979c962d049b2b01404e4f3f2f75aa.tar.xz |
Fix ACME config for python 2. (#4717)
Fixes #4675.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/tls.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py |