Fix documentation 28/127128/1
authorhighstreetherbert <herbert.eiselt@highstreet-technologies.com>
Tue, 15 Feb 2022 11:16:52 +0000 (12:16 +0100)
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>
Tue, 15 Feb 2022 11:21:45 +0000 (12:21 +0100)
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: d3db771262e602864d8189ce382f26f6e24b0654

docs/cert_installation.rst

index 44dfe05..bb03f0a 100644 (file)
@@ -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::