aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>2022-02-15 12:16:52 +0100
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2022-02-15 11:34:20 +0000
commit060200a04db39b3c38393e6d322a2ce3d7f91d8a (patch)
tree3024831aeaa2c682877d8ef97e3756ea5b11a670
parent3d39a2a374b171a0ea24471640c12b11eb7fb5bb (diff)
Fix documentation
for sdnc cert install Issue-ID: SDNC-1667 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ia45b04cb9a598d70e885e9ca4dde6f4f0920dbcc Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 55e2384b99d2003054f89a6c00379d901aa7e097
-rw-r--r--docs/cert_installation.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cert_installation.rst b/docs/cert_installation.rst
index 44dfe053..bb03f0ac 100644
--- a/docs/cert_installation.rst
+++ b/docs/cert_installation.rst
@@ -95,12 +95,13 @@ Once you have this downloaded you need to go the following location.
*/oam/installation/src/main/yaml*
-Once you are there you need to edit the docker-compose.yaml file to include your directory where you have the zip file and certs.properties located.
+Once you are there you need to edit the docker-compose.yaml file to map the zip file and certs.properties file into the container.
You need to add in the following lines into the yaml file just below *container_name: sdnc_controller_container* in the file::
volumes:
- - <Your_Workspace>:/opt/opendaylight/current/certs
+ - <Your_Workspace>/certs.properties:/opt/opendaylight/certs/certs.properties
+ - <Your_Workspace>/keys0.zip:/opt/opendaylight/certs/keys0.zip
Once you have the mount path for your files added into the yaml file you can run the following command::