Install newest Caddy version with role nvjacobo.caddy and update template and pre-generated certs

This commit is contained in:
Santeri Kainulainen 2025-12-09 15:33:36 +02:00
parent 733c3ed250
commit 5101a0796a
8 changed files with 35 additions and 34 deletions

View file

@ -2,6 +2,7 @@
pki {
ca local {
name "My Local CA"
intermediate_lifetime 365d
}
}
http_port 8080
@ -11,6 +12,6 @@
localhost:8443 {
acme_server {
ca local
lifetime 720h
lifetime 30d
}
}
}