From 4187663a1d8ed2de64f396c9a9c16a643b6cfd93 Mon Sep 17 00:00:00 2001 From: jorgeboti Date: Wed, 28 Jul 2021 06:43:18 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'ca-config.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ca-config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ca-config.json 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" + +} + +} + +} + +}