Custom kubernetes-ca role

This commit is contained in:
Paul-Henri Froidmont 2018-07-31 17:33:26 +02:00
parent 956038220b
commit bb3a990c9a
22 changed files with 855 additions and 3 deletions

View file

@ -0,0 +1,16 @@
{
"CN": "{{ca_etcd_csr_cn}}",
"key": {
"algo": "{{ca_etcd_csr_key_algo}}",
"size": {{ca_etcd_csr_key_size}}
},
"names": [
{
"C": "{{ca_etcd_csr_names_c}}",
"L": "{{ca_etcd_csr_names_l}}",
"O": "{{ca_etcd_csr_names_o}}",
"OU": "{{ca_etcd_csr_names_ou}}",
"ST": "{{ca_etcd_csr_names_st}}"
}
]
}