Añadir 'kubernetes-csr.json'

This commit is contained in:
2021-07-28 06:49:36 +00:00
parent 11ce967e32
commit 58b1c67a7f

31
kubernetes-csr.json Normal file
View File

@ -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"
}
]
}