mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
fixed test-network-k8s/scripts/test_network.sh missing
fixed test-network-k8s/scripts/channel.sh missing Signed-off-by: wisecoach <827165648@qq.com>
This commit is contained in:
parent
c2f106adf1
commit
9e38280be2
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ function register_org_admin() {
|
|||
--id.name ${id_name} \
|
||||
--id.secret ${id_secret} \
|
||||
--id.type ${type} \
|
||||
--url https://${ca_name}.${DOMAIN} \
|
||||
--url https://${ca_name}.${DOMAIN}:${NGINX_HTTPS_PORT} \
|
||||
--tls.certfiles $TEMP_DIR/cas/${ca_name}/tlsca-cert.pem \
|
||||
--mspdir $TEMP_DIR/enrollments/${org}/users/${RCAADMIN_USER}/msp \
|
||||
--id.attrs "hf.Registrar.Roles=client,hf.Registrar.Attributes=*,hf.Revoker=true,hf.GenCRL=true,admin=true:ecert,abac.init=true:ecert"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ function create_node_local_MSP() {
|
|||
--id.name ${id_name} \
|
||||
--id.secret ${id_secret} \
|
||||
--id.type ${node_type} \
|
||||
--url https://${ca_name}.${DOMAIN} \
|
||||
--url https://${ca_name}.${DOMAIN}:${NGINX_HTTPS_PORT} \
|
||||
--tls.certfiles $TEMP_DIR/cas/${ca_name}/tlsca-cert.pem \
|
||||
--mspdir $TEMP_DIR/enrollments/${org}/users/${RCAADMIN_USER}/msp \
|
||||
|| rc=$? # trap error code from registration without exiting the network driver script"
|
||||
|
|
|
|||
Loading…
Reference in a new issue