mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 16:05:10 +00:00
22 lines
361 B
JSON
22 lines
361 B
JSON
{
|
|
"CN": "{USER}",
|
|
"key": {
|
|
"algo": "ecdsa",
|
|
"size": 256
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "IN",
|
|
"ST": "Delhi",
|
|
"L": "Aero city",
|
|
"O": "cfssl",
|
|
"OU": "peer"
|
|
}
|
|
],
|
|
"hosts": [
|
|
"{USER}",
|
|
"localhost",
|
|
"127.0.0.1",
|
|
"0.0.0.0"
|
|
]
|
|
}
|