Loading my_deploy.sh +3 −3 Original line number Diff line number Diff line Loading @@ -64,9 +64,9 @@ export TFS_COMPONENTS="context device pathcomp service slice nbi webui load_gene # Uncomment to activate DLT export TFS_COMPONENTS="${TFS_COMPONENTS} interdomain dlt" export KEY_DIRECTORY_PATH="${HOME}/fabric-samples/test-network/organizations/peerOrganizations/org1.adrenaline.com/users/User1@org1.adrenaline.com/msp/keystore/priv_sk" export CERT_DIRECTORY_PATH="${HOME}/fabric-samples/test-network/organizations/peerOrganizations/org1.adrenaline.com/users/User1@org1.adrenaline.com/msp/signcerts/User1@org1.adrenaline.com-cert.pem" export TLS_CERT_PATH="${HOME}/fabric-samples/test-network/organizations/peerOrganizations/org1.adrenaline.com/peers/peer0.org1.adrenaline.com/tls/ca.crt" export KEY_DIRECTORY_PATH="src/dlt/gateway/keys/priv_sk" export CERT_DIRECTORY_PATH="src/dlt/gateway/keys/cert.pem" export TLS_CERT_PATH="src/dlt/gateway/keys/ca.crt" # Set the tag you want to use for your images. Loading src/dlt/gateway/keys/.gitignore 0 → 100644 +3 −0 Original line number Diff line number Diff line ca.crt cert.pem priv_sk No newline at end of file src/dlt/gateway/keys/place_hls_keys_in_this_folder 0 → 100644 +0 −0 Empty file added. Loading
my_deploy.sh +3 −3 Original line number Diff line number Diff line Loading @@ -64,9 +64,9 @@ export TFS_COMPONENTS="context device pathcomp service slice nbi webui load_gene # Uncomment to activate DLT export TFS_COMPONENTS="${TFS_COMPONENTS} interdomain dlt" export KEY_DIRECTORY_PATH="${HOME}/fabric-samples/test-network/organizations/peerOrganizations/org1.adrenaline.com/users/User1@org1.adrenaline.com/msp/keystore/priv_sk" export CERT_DIRECTORY_PATH="${HOME}/fabric-samples/test-network/organizations/peerOrganizations/org1.adrenaline.com/users/User1@org1.adrenaline.com/msp/signcerts/User1@org1.adrenaline.com-cert.pem" export TLS_CERT_PATH="${HOME}/fabric-samples/test-network/organizations/peerOrganizations/org1.adrenaline.com/peers/peer0.org1.adrenaline.com/tls/ca.crt" export KEY_DIRECTORY_PATH="src/dlt/gateway/keys/priv_sk" export CERT_DIRECTORY_PATH="src/dlt/gateway/keys/cert.pem" export TLS_CERT_PATH="src/dlt/gateway/keys/ca.crt" # Set the tag you want to use for your images. Loading
src/dlt/gateway/keys/.gitignore 0 → 100644 +3 −0 Original line number Diff line number Diff line ca.crt cert.pem priv_sk No newline at end of file