mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
19 lines
319 B
Text
19 lines
319 B
Text
|
|
{
|
||
|
|
"signing": {
|
||
|
|
"default": {
|
||
|
|
"expiry": "{{ ca_etcd_expiry }}"
|
||
|
|
},
|
||
|
|
"profiles": {
|
||
|
|
"etcd": {
|
||
|
|
"usages": [
|
||
|
|
"signing",
|
||
|
|
"key encipherment",
|
||
|
|
"server auth",
|
||
|
|
"client auth"
|
||
|
|
],
|
||
|
|
"expiry": "{{ ca_etcd_expiry }}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|