ansible-role-caddy/templates/Caddyfile.j2

18 lines
240 B
Text
Raw Normal View History

2025-10-31 14:33:03 +02:00
{
pki {
ca local {
name "My Local CA"
intermediate_lifetime 365d
2025-10-31 14:33:03 +02:00
}
}
http_port 8080
https_port 8443
}
localhost:8443 {
acme_server {
ca local
lifetime 30d
2025-10-31 14:33:03 +02:00
}
}