SMO-75
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: Ib78840b63709acf345b4fd7c9a806c796f096f57
Signed-off-by: santanude <santanu.de@xoriant.com>
The prerequisites for using this solution are that you need Docker and docker-compose\r
installed on the machine, where you want to run these containers.\r
\r
+## Build:\r
+\r
+To build the solution, you need to do the following in the current folder.\r
+\r
+ % docker-compose build\r
\r
## Run:\r
\r
The prerequisites for using this solution are that you need Docker and docker-compose installed on the machine, where you want to run these containers.
+Build
+-----
+
+To build the solution, you need to do the following in the current folder.
+
+ % docker-compose build
+
+
Run
---
openssl genrsa -out vescertificate.key 2048
openssl req -new -key vescertificate.key -out vescertificate.csr
openssl x509 -req -days 365 -in vescertificate.csr -signkey vescertificate.key -out vescertificate.crt
-
+
Third Party Certificates
~~~~~~~~~~~~~~~~~~~~~~~~
Third party certificates can be installed by overwriting the file *vescertificate.csr*, *vescertificate.key*, and *vescertficate.crt* in ~/ves-certificate directory of the host system.