fixup! pki: add new vault root ca to pki
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
@@ -111,4 +111,9 @@ in
|
|||||||
# Auto-unseal on service start
|
# Auto-unseal on service start
|
||||||
ExecStartPost = "${unsealScript}/bin/openbao-unseal";
|
ExecStartPost = "${unsealScript}/bin/openbao-unseal";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.acme.certs."vault01.home.2rjus.net" = {
|
||||||
|
server = "https://vault01.home.2rjus.net:8200/v1/pki_int/acme/directory";
|
||||||
|
# extraDomainNames = [ "vault.home.2rjus.net" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user