github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/demo/tls/ca-csr.json (about) 1 { 2 "CN": "example.nomad", 3 "hosts": [ 4 "example.nomad" 5 ], 6 "key": { 7 "algo": "ecdsa", 8 "size": 256 9 }, 10 "names": [ 11 { 12 "C": "US", 13 "ST": "CA", 14 "L": "San Francisco", 15 "OU": "Nomad Demo" 16 } 17 ] 18 } 19