summaryrefslogtreecommitdiffstats
path: root/cmd/web_letsencrypt.go
Commit message (Collapse)AuthorAgeFilesLines
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-081-2/+2
| | | | | | | | | | | * Make SSH server host key path configurable * make it possible to have multiple keys * Make gitea.rsa the default key * Add some more logging Signed-off-by: Andrew Thornton <art27@cantab.net>
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-251-0/+69
* use certmagic for more extensible/robust ACME cert handling * accept TOS based on config option Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>