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'.
18 lines
232 B
JSON
18 lines
232 B
JSON
{
|
|
"CN": "dex",
|
|
"hosts": [
|
|
"localhost",
|
|
"127.0.0.1"
|
|
],
|
|
"key": {
|
|
"algo": "ecdsa",
|
|
"size": 384
|
|
},
|
|
"names": [
|
|
{
|
|
"O": "autogenerated",
|
|
"OU": "dex server",
|
|
"L": "the internet"
|
|
}
|
|
]
|
|
}
|