ca store paths do not work. add well-knowns for acme challenges
All checks were successful
Flake check / flake-check (pull_request) Successful in 19s
Build hosts / build-hosts (pull_request) Successful in 21s

This commit is contained in:
sid 2026-04-19 03:56:34 +02:00
parent bd2ba125e5
commit bc6ba27415
5 changed files with 30 additions and 28 deletions

View file

@ -1,3 +1,3 @@
{
security.pki.certificateFiles = [ ../../../certs/root_ca.crt ];
security.pki.certificateFiles = [ ./root_ca.crt ];
}