github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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