open-nomad/helper/tlsutil/testdata/ca-config.json
2016-11-10 12:18:13 -08:00

15 lines
254 B
JSON

{
"signing": {
"default": {
"expiry": "876000h",
"usages": [
"signing",
"key encipherment",
"server auth",
"client auth"
]
}
}
}