aboutsummarylogtreecommitdiffstats
path: root/config
blob: 55a88fb775da1a3b4b6398080b5078469fdb1f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "vault": {
    "server": {
      "address": "http://127.0.0.1:8200",
      "ca-cert": null,
      "ca-path": null,
      "tls-skip-verify": false,
      "api-version": "v1"
    },
    "pki": {
      "path": "pki",
      "role": null
    },
    "token": null,
    "token-renewable": false
  },
  "certCN": "localhost",
  "certAltNames": [],
  "certIPs": [],
  "certTTL": null,
  "certFile": "client.pem",
  "keyFile": "client.key",
  "caFile": null,
  "onUpdate": null,
  "renewalCoefficient": 0.9,
  "once": false
}