Add controller proxy certs.

This commit is contained in:
Tom Alexander
2025-12-14 14:48:53 -05:00
parent b33bb736e6
commit 771ec2e38a
8 changed files with 165 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
{
"CN": "system:node:controller2",
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "US",
"L": "Portland",
"O": "system:nodes",
"OU": "Kubernetes The Hard Way",
"ST": "Oregon"
}
]
}