Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 417 Bytes

File metadata and controls

7 lines (6 loc) · 417 Bytes

TODO

  • consider reloading (parts of?) config on SIGHUP, at least to update allowed users
  • fork/vendor go-passkeys or ensure all PRs have landed
  • migrate to encoding/json/v2 once it is out (additionally, ensure no unknown fields + no trailing data)
  • autocert.NewListener caches certs under an OS cache/temp dir; autocert.Manager with an explicit dir could be better
  • consider custom ACME server support