Files
kubeadm-photon-os/ca-config.json
2021-07-28 06:43:18 +00:00

26 lines
212 B
JSON

{
"signing": {
"default": {
"expiry": "87600h"
},
"profiles": {
"KubeCLUSTER01.k8s.pheros.local": {
"usages": ["signing", "key encipherment", "server auth", "client auth"],
"expiry": "87600h"
}
}
}
}