feat: enable ICA2 and insert ICA1 in Vault
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
1bb6e8a681
commit
8c9c060eb4
1 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib) tf;
|
||||
in
|
||||
{ ... }:
|
||||
{
|
||||
terraform.required_providers.vault = {
|
||||
version = "4.4.0";
|
||||
|
@ -29,6 +26,11 @@ in
|
|||
displayName = "Floral Systems PKI v1";
|
||||
};
|
||||
|
||||
ica1.enable = true;
|
||||
ica1 = {
|
||||
enable = true;
|
||||
signedCert = ../pki/cacerts/ica1.crt;
|
||||
};
|
||||
|
||||
ica2.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue