mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
21 lines
352 B
JSON
21 lines
352 B
JSON
{
|
|
"CN": "cfssl-peer-ca",
|
|
"key": {
|
|
"algo": "ecdsa",
|
|
"size": 256
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "IN",
|
|
"ST": "Delhi",
|
|
"L": "Aero city",
|
|
"O": "cfssl",
|
|
"OU": "Fabric"
|
|
}
|
|
],
|
|
"hosts": [
|
|
"localhost",
|
|
"127.0.0.1",
|
|
"0.0.0.0"
|
|
]
|
|
}
|