fixup! vault: replace vault with openbao
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m18s
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m18s
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
listener.default = {
|
listener.default = {
|
||||||
type = "tcp";
|
type = "tcp";
|
||||||
address = "0.0.0.0:8200";
|
address = "0.0.0.0:8200";
|
||||||
tls_cert_file = "/var/lib/openbao/cert.pem";
|
tls_cert_file = "/run/credentials/openbao.service/cert.pem";
|
||||||
tls_key_file = "/var/lib/openbao/key.pem";
|
tls_key_file = "/run/credentials/openbao.service/key.pem";
|
||||||
};
|
};
|
||||||
listener.socket = {
|
listener.socket = {
|
||||||
type = "unix";
|
type = "unix";
|
||||||
@@ -19,4 +19,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.openbao.serviceConfig = {
|
||||||
|
LoadCredential = [
|
||||||
|
"key.pem:/var/lib/openbao/key.pem"
|
||||||
|
"cert.pem:/var/lib/openbao/cert.pem"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user