caddy: install; copy taler LE certs (issued 07.07.) → /etc/caddy/certs; :443

This commit is contained in:
Hernâni Marques 2026-07-08 09:24:01 +02:00
parent a5fb722eb8
commit 72c67f9b24
No known key found for this signature in database
4 changed files with 37 additions and 0 deletions

11
host/caddy/Caddyfile Normal file
View file

@ -0,0 +1,11 @@
# taler LE issued 2026-07-07; on disk under /etc/caddy/certs/
{
auto_https disable_redirects
}
taler.hacktivism.ch {
tls /etc/caddy/certs/taler.hacktivism.ch/fullchain.pem /etc/caddy/certs/taler.hacktivism.ch/privkey.pem
reverse_proxy https://127.0.0.1:8081 {
transport http { tls_insecure_skip_verify }
header_up Host {host}
}
}

4
host/caddy/README.md Normal file
View file

@ -0,0 +1,4 @@
# Caddy
- 2026-07-07 taler LE (certbot)
- 2026-07-08 Caddy :443 with copied certs