ansible-role-caddy/templates/Caddyfile.j2

20 lines
271 B
Text
Raw Normal View History

2025-10-31 14:33:03 +02:00
{
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