Commit d8ea4a41 authored by Javier Diaz's avatar Javier Diaz
Browse files

Code Cleanup

parent 534ad49c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.
+3 −0
Original line number Diff line number Diff line
ca.crt
cert.pem
priv_sk
 No newline at end of file
+0 −0

Empty file added.