open-nomad/helper/tlsutil/testdata/ca-config.json

15 lines
254 B
JSON
Raw Normal View History

2016-11-10 20:18:13 +00:00
{
"signing": {
"default": {
"expiry": "876000h",
"usages": [
"signing",
"key encipherment",
"server auth",
"client auth"
]
}
}
}