mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
kubernetes-ca role refactoring
This commit is contained in:
parent
126143e7e1
commit
a57445c364
15 changed files with 137 additions and 430 deletions
18
roles/kubernetes-ca/templates/ca-config.json.j2
Normal file
18
roles/kubernetes-ca/templates/ca-config.json.j2
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"signing": {
|
||||
"default": {
|
||||
"expiry": "{{ ca_expiry }}"
|
||||
},
|
||||
"profiles": {
|
||||
"kubernetes": {
|
||||
"usages": [
|
||||
"signing",
|
||||
"key encipherment",
|
||||
"server auth",
|
||||
"client auth"
|
||||
],
|
||||
"expiry": "{{ ca_expiry }}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue