github.com/obeyler/nomad@v0.11.8/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