mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
bddc8e4062
we already do acme tls-alpn-01 validation, and still require it (we could relax this at some point). http-01 is easy to add. the bug was that the list of acme managers and hosts to refresh was overwritten by another listener. the listeners are a map, and we range over it, so the order we handle them is random. if the public listener was handled first, and an internal handler later, the list was reset again. |
||
---|---|---|
.. | ||
autotls.go | ||
autotls_test.go |