gitee.com/hyperledger/fabric-ca@v2.0.0-alpha+incompatible/testdata/csr.json (about)

     1  {
     2      "hosts": [
     3          "myhost.com",
     4          "www.myhost.com"
     5      ],
     6      "CN": "admin",
     7      "key": {
     8          "algo": "ecdsa",
     9          "size": 256
    10      },
    11      "names": [
    12          {
    13              "O": "Hyperledger Fabric",
    14              "OU": "COP",
    15              "L": "Raleigh",
    16              "ST": "North Carolina",
    17              "C": "US"
    18          }
    19      ]
    20  }