Tinkerbell.Sandbox/deploy/compose/tls/ca-config.json
Jacob Weinstock d6af9a49af Reorg directory structure:
This makes the deploy directory cleaner by moving all
compose related file/directories into the compose directory.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
2021-08-09 08:04:21 -06:00

25 lines
387 B
JSON

{
"signing": {
"default": {
"expiry": "168h"
},
"profiles": {
"server": {
"expiry": "8760h",
"usages": [
"signing",
"key encipherment",
"server auth"
]
},
"signing": {
"expiry": "8760h",
"usages": [
"signing",
"key encipherment"
]
}
}
}
}