open-nomad/demo/tls/ca-csr.json
Michael Schurter 1cc4759025 Add demo TLS certificates and configs
As well as a brief readme and makefile for generating the certificates.
2018-01-09 10:14:42 -08:00

20 lines
289 B
JSON

{
"CN": "example.nomad",
"hosts": [
"example.nomad"
],
"key": {
"algo": "ecdsa",
"size": 256
},
"names": [
{
"C": "US",
"ST": "CA",
"L": "San Francisco",
"OU": "Nomad Demo"
}
]
}