After bringing up the network, the ca's admin password remains the default hard-coded "adminpw". My expectation is that the password should be "test" instead.
I see that inside the ca docker container the environmental variable "adminPassword" is set to equal "test".
Hi,
I create a spec.yaml as described in https://github.com/hyperledger-labs/minifabric/pull/280
`fabric: cas:
After bringing up the network, the ca's admin password remains the default hard-coded "adminpw". My expectation is that the password should be "test" instead.
I see that inside the ca docker container the environmental variable "adminPassword" is set to equal "test".
Thank you.