first commit
This commit is contained in:
18
admissioncontrollers/introduction/tls/ca-csr.json
Normal file
18
admissioncontrollers/introduction/tls/ca-csr.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"hosts": [
|
||||
"cluster.local"
|
||||
],
|
||||
"key": {
|
||||
"algo": "rsa",
|
||||
"size": 2048
|
||||
},
|
||||
"names": [
|
||||
{
|
||||
"C": "AU",
|
||||
"L": "Melbourne",
|
||||
"O": "Example",
|
||||
"OU": "CA",
|
||||
"ST": "Example"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user