github.phpd.cn/cilium/cilium@v1.6.12/test/consul/ca-config.json (about) 1 { 2 "signing": { 3 "default": { 4 "expiry": "43800h" 5 }, 6 "profiles": { 7 "server": { 8 "expiry": "43800h", 9 "usages": [ 10 "signing", 11 "key encipherment", 12 "server auth" 13 ] 14 }, 15 "client": { 16 "expiry": "43800h", 17 "usages": [ 18 "signing", 19 "key encipherment", 20 "client auth" 21 ] 22 }, 23 "peer": { 24 "expiry": "43800h", 25 "usages": [ 26 "signing", 27 "key encipherment", 28 "server auth", 29 "client auth" 30 ] 31 } 32 } 33 } 34 }