X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fcert_installation.rst;h=bb03f0ac0f93284b2b7477fdc2b534a447306d2e;hb=HEAD;hp=44dfe05306adb316a03ea3ca1c05077757fd9574;hpb=4537e7e6e555676d687c30557473b5df4d5c2f77;p=sdnc%2Foam.git 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: - - :/opt/opendaylight/current/certs + - /certs.properties:/opt/opendaylight/certs/certs.properties + - /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::