From 29227cb1689a75ceeda5faf1f8f36958b93b9060 Mon Sep 17 00:00:00 2001 From: jorgeboti Date: Wed, 28 Jul 2021 06:44:01 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'ca-csr.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ca-csr.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ca-csr.json diff --git a/ca-csr.json b/ca-csr.json new file mode 100644 index 0000000..dc1b81c --- /dev/null +++ b/ca-csr.json @@ -0,0 +1,31 @@ +{ + +"CN": "KubeCLUSTER01.k8s.pheros.local", + +"key": { + +"algo": "rsa", + +"size": 2048 + +}, + +"names": [ + +{ + +"C": "ES", + +"L": "San Cristobal de La Laguna", + +"O": "PHEROS IT Services & Solutions", + +"OU": "IT", + +"ST": "Santa Cruz de Tenerife" + +} + +] + +}