diff --git a/ca-config.json b/ca-config.json new file mode 100644 index 0000000..88f0964 --- /dev/null +++ b/ca-config.json @@ -0,0 +1,25 @@ +{ + +"signing": { + +"default": { + +"expiry": "87600h" + +}, + +"profiles": { + +"KubeCLUSTER01.k8s.pheros.local": { + +"usages": ["signing", "key encipherment", "server auth", "client auth"], + +"expiry": "87600h" + +} + +} + +} + +}