Add first commit

This commit is contained in:
Santeri Kainulainen 2025-10-31 14:33:03 +02:00
commit b3204eb4da
7 changed files with 102 additions and 0 deletions

19
templates/Caddyfile.j2 Normal file
View file

@ -0,0 +1,19 @@
{
pki {
ca local {
name "My Local CA"
}
}
http_port 8080
https_port 8443
}
localhost:8443 {
acme_server {
ca local
}
}
# Refer to the Caddy docs for more information:
# https://caddyserver.com/docs/caddyfile