ansible-role-caddy/templates/Caddyfile.j2

17 lines
240 B
Django/Jinja

{
pki {
ca local {
name "My Local CA"
intermediate_lifetime 365d
}
}
http_port 8080
https_port 8443
}
localhost:8443 {
acme_server {
ca local
lifetime 30d
}
}