github.com/hxx258456/fabric-ca-gm@v0.0.3-0.20221111064038-a268ad7e3a37/internal/pkg/util/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": "gcsoft",
    14              "OU": "gcbaas",
    15              "L": "Hefei",
    16              "ST": "Anhui",
    17              "C": "CN"
    18          }
    19      ]
    20  }