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. |
||
---|---|---|
.. | ||
account.go | ||
account.html | ||
account_test.go | ||
accountapi.json | ||
admin.go | ||
admin.html | ||
admin_test.go | ||
adminapi.json | ||
autoconf.go | ||
autoconf_test.go | ||
import.go | ||
mtasts.go | ||
mtasts_test.go | ||
web.go | ||
web_test.go | ||
webserver.go | ||
webserver_test.go |