Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
d8ea4a41
Commit
d8ea4a41
authored
7 months ago
by
Javier Diaz
Browse files
Options
Downloads
Patches
Plain Diff
Code Cleanup
parent
534ad49c
No related branches found
No related tags found
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!259
Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
my_deploy.sh
+3
-3
3 additions, 3 deletions
my_deploy.sh
src/dlt/gateway/keys/.gitignore
+3
-0
3 additions, 0 deletions
src/dlt/gateway/keys/.gitignore
src/dlt/gateway/keys/place_hls_keys_in_this_folder
+0
-0
0 additions, 0 deletions
src/dlt/gateway/keys/place_hls_keys_in_this_folder
with
6 additions
and
3 deletions
my_deploy.sh
+
3
−
3
View file @
d8ea4a41
...
...
@@ -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
/keys
tore
/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/tl
s/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/key
s/ca.crt"
# Set the tag you want to use for your images.
...
...
This diff is collapsed.
Click to expand it.
src/dlt/gateway/keys/.gitignore
0 → 100644
+
3
−
0
View file @
d8ea4a41
ca.crt
cert.pem
priv_sk
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/dlt/gateway/keys/place_hls_keys_in_this_folder
0 → 100644
+
0
−
0
View file @
d8ea4a41
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment