When I try to connect to a fabric i get the error:
Hostname/IP doesn't match certificate's altnames: "$IPNAMEHERE is not in the cert's list:"
And I cant seem to figure it out. I tried changing the name of the ca on init like so:
fabric-ca-init -b BOOTSTRAP USERPASS --csr.cn IPNAME
and yet that error persists. Is there a way to add a hostname/IP to the certificate?