changed root cert and TLS locations
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
};
|
||||
};*/
|
||||
vault-agent = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
vault = {
|
||||
address = "https://10.55.0.2:8800";
|
||||
client_cert = "/var/vault/cert.pem";
|
||||
client_key = "/var/vault/key.pem";
|
||||
client_cert = "/var/certs/cert.pem";
|
||||
client_key = "/var/certs/key.pem";
|
||||
};
|
||||
auto_auth = {
|
||||
method = [
|
||||
|
Reference in New Issue
Block a user