fixup! pki: add new vault root ca to pki
Some checks failed
Run nix flake check / flake-check (push) Failing after 11m38s

This commit is contained in:
2026-02-03 05:02:54 +01:00
parent 9bdce01472
commit 01c825db62

View File

@@ -4,7 +4,7 @@
certificateFiles = [ certificateFiles = [
"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
./root-ca.crt ./root-ca.crt
./root-ca-vault.crt ./vault-root-ca.crt
]; ];
}; };
} }