forked from mystiq/dex
783fa364f6
Also add example tls-setup configs that can be used to generate TLS CA, server certs, key files using 'cfssl'.
13 lines
203 B
JSON
13 lines
203 B
JSON
{
|
|
"signing": {
|
|
"default": {
|
|
"usages": [
|
|
"signing",
|
|
"key encipherment",
|
|
"server auth",
|
|
"client auth"
|
|
],
|
|
"expiry": "8760h"
|
|
}
|
|
}
|
|
}
|