fixup! vault: replace vault with openbao
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:
@@ -10,6 +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/openbao/cert.pem";
|
||||||
|
tls_key_file = "/var/openbao/key.pem";
|
||||||
};
|
};
|
||||||
listener.socket = {
|
listener.socket = {
|
||||||
type = "unix";
|
type = "unix";
|
||||||
|
|||||||
Reference in New Issue
Block a user