summary refs log tree commit diff
path: root/synapse/handlers/acme.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fetch ACME domain into an instance memberBrendan Abolivier2019-02-191-4/+5
|
* Use a configuration parameter to give the domain to generate a certificate forBrendan Abolivier2019-02-181-25/+4
|
* Typo in info logAndrew Morgan2019-02-181-1/+1
| | | Co-Authored-By: babolivier <contact@brendanabolivier.com>
* Various cosmetics to make TravisCI happyBrendan Abolivier2019-02-151-2/+5
|
* Remove unused importBrendan Abolivier2019-02-151-1/+0
|
* Support .well-known delegation when issuing certificates through ACMEBrendan Abolivier2019-02-151-4/+23
|
* ACME config cleanups (#4525)Richard van der Hoff2019-01-301-12/+15
| | | | | | | | | | | | | | | | * Handle listening for ACME requests on IPv6 addresses the weird url-but-not-actually-a-url-string doesn't handle IPv6 addresses without extra quoting. Building a string which you are about to parse again seems like a weird choice. Let's just use listenTCP, which is consistent with what we do elsewhere. * Clean up the default ACME config make it look a bit more consistent with everything else, and tweak the defaults to listen on port 80. * newsfile
* Support ACME for certificate provisioning (#4384)Amber Brown2019-01-231-0/+147