etcd/hack/tls-setup/config/ca-config.json

14 lines
203 B
JSON

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