From 55b339f77d4944b17a4eeefb8ade6ff5f05a422d Mon Sep 17 00:00:00 2001 From: Matthieu Geerebaert Date: Fri, 10 Jan 2020 16:05:10 +0100 Subject: Add support for HTTPS with self signed certificates Dual port 8080 & 8443 Change-Id: I4acda5a1064a62d663243be810b1e3d3e458e742 Issue-ID: EXTAPI-255 Signed-off-by: MatthieuGeerebaert --- docs/installation/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/installation') diff --git a/docs/installation/installation.rst b/docs/installation/installation.rst index 9850c92..95b7279 100644 --- a/docs/installation/installation.rst +++ b/docs/installation/installation.rst @@ -53,6 +53,7 @@ Requirements * Docker * Docker-compose +* Free ports 8080 and 8443 Edit *docker-compose.yml* to select previous generated local build, replace:: @@ -80,6 +81,10 @@ Test http://localhost:8080/nbi/api/v4/status +and + +https://localhost:8443/nbi/api/v4/status + You should get:: { -- cgit 1.2.3-korg