caddy: install; copy taler LE certs (issued 07.07.) → /etc/caddy/certs; :443
This commit is contained in:
parent
a5fb722eb8
commit
72c67f9b24
4 changed files with 37 additions and 0 deletions
11
configs/caddy/Caddyfile
Normal file
11
configs/caddy/Caddyfile
Normal 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}
|
||||||
|
}
|
||||||
|
}
|
||||||
11
configs/caddy/Caddyfile.taler-host
Normal file
11
configs/caddy/Caddyfile.taler-host
Normal 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}
|
||||||
|
}
|
||||||
|
}
|
||||||
11
host/caddy/Caddyfile
Normal file
11
host/caddy/Caddyfile
Normal 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
4
host/caddy/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Caddy
|
||||||
|
|
||||||
|
- 2026-07-07 taler LE (certbot)
|
||||||
|
- 2026-07-08 Caddy :443 with copied certs
|
||||||
Loading…
Add table
Add a link
Reference in a new issue