kubeasz/roles/helm/templates/tiller-csr.json.j2

18 lines
229 B
Plaintext
Raw Normal View History

2018-05-23 13:54:41 +08:00
{
"CN": "{{ tiller_cert_cn }}",
"hosts": [],
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "CN",
"ST": "HangZhou",
"L": "XS",
"O": "k8s",
"OU": "System"
}
]
}