mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Custom kubernetes-ca role
This commit is contained in:
parent
956038220b
commit
bb3a990c9a
22 changed files with 855 additions and 3 deletions
16
roles/kubernetes-ca/templates/cert-k8s-scheduler-csr.json.j2
Normal file
16
roles/kubernetes-ca/templates/cert-k8s-scheduler-csr.json.j2
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"CN": "{{k8s_scheduler_csr_cn}}",
|
||||
"key": {
|
||||
"algo": "{{k8s_scheduler_csr_key_algo}}",
|
||||
"size": {{k8s_scheduler_csr_key_size}}
|
||||
},
|
||||
"names": [
|
||||
{
|
||||
"C": "{{k8s_scheduler_csr_names_c}}",
|
||||
"L": "{{k8s_scheduler_csr_names_l}}",
|
||||
"O": "{{k8s_scheduler_csr_names_o}}",
|
||||
"OU": "{{k8s_scheduler_csr_names_ou}}",
|
||||
"ST": "{{k8s_scheduler_csr_names_st}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue