What is the purpose of csr.hosts in fabric-ca-server-config.yaml ? For ex, see below
csr:
cn: ca-org1
names:
- C: US
ST: "New York"
L: "New York"
O: ca-org1
OU: ca-org1
hosts:
- localhost
- example.com
- ca-org1
ca:
expiry: 131400h
pathlength: 1
Are they used to assign a domain name to the CA server itself or used to point node hostnames which are trying to register or enroll ca identities using CA server as fabric-ca client?
Thanks in advance