about summary refs log tree commit diff stats
path: root/internal/server/tls.go
Commit message (Expand)AuthorAgeLines
* use socket passing also for TLSAlan Pearce2024-06-28-5/+5
* log configured HTTP/S ports instead of defaultsAlan Pearce2024-06-28-2/+2
* remove firewall warning on macOSAlan Pearce2024-06-27-0/+1
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce2024-06-27-14/+50
* require only ACME_CA for TLS in developmentAlan Pearce2024-06-27-5/+13
* enable TLS for local development (using caddy as acme server)Alan Pearce2024-06-26-18/+48
* set default TLS server nameAlan Pearce2024-06-26-0/+1
* build with ko instead of nixAlan Pearce2024-06-25-0/+2
* handle TLS in server with ACMEAlan Pearce2024-06-24-0/+47