Commit Graph

7 Commits (bc81d12e68d16458fea4ee024c0168c2f33db1e6)

Author SHA1 Message Date
Stanley Hu 3dba75fb97
Support HTTP/2 in Let's Encrypt ()
Modify the tlsConfig.NextProtos for Let's Encrypt and built-in HTTPS server in order to support HTTP/2.

Co-authored-by: 6543 <6543@obermui.de>
luzpaz e0296b6a6d
Fix various documentation, user-facing, and source comment typos ()
* Fix various doc, user-facing, and source comment typos

Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
Blake Miner e2f39c2b64
Fix bound address/port for caddy's certmagic library (see ) ()
Blake Miner 6a8e5f69cf
Fix bound address/port for caddy's certmagic library ()
* Fix bound address/port for caddy's certmagic library

* Fix bug

Co-authored-by: zeripath <art27@cantab.net>
6543 8ea1d32bea
[Vendor] update certmagic ()
* update github.com/caddyserver/certmagic v0.12.0 -> v0.13.0

* migrate
zeripath c03f530212
Make internal SSH server host key path configurable ()
* 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>
techknowlogick d2ea21d0d8
Use caddy's certmagic library for extensible/robust ACME handling ()
* 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>