gitee.com/Mydawng/fabric-ca@v2.0.0-alpha.0.20201214145411-9ea68369cb61+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 }