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'.
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"CN": "Autogenerated CA",
|
|
"key": {
|
|
"algo": "ecdsa",
|
|
"size": 384
|
|
},
|
|
"names": [
|
|
{
|
|
"O": "Honest Achmed's Used Certificates",
|
|
"OU": "Hastily-Generated Values Divison",
|
|
"L": "San Francisco",
|
|
"ST": "California",
|
|
"C": "US"
|
|
}
|
|
]
|
|
}
|