ansible-role-caddy/templates/Caddyfile.j2
Santeri Kainulainen 733c3ed250 Add functionality by copy-pasting pre-generated certs to vm and update README.md
This commit includes the pre-generated certs in the files/certs
directory. README.md was thoroughly updated to include an example of
using certbot with this role and how to import the root.crt to Firefox.
2025-12-05 14:02:39 +02:00

16 lines
No EOL
201 B
Django/Jinja

{
pki {
ca local {
name "My Local CA"
}
}
http_port 8080
https_port 8443
}
localhost:8443 {
acme_server {
ca local
lifetime 720h
}
}