1cc4759025
As well as a brief readme and makefile for generating the certificates.
20 lines
289 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
|