diff options
author | Adrian OSullivan <adrian.osullivan@huawei.com> | 2020-01-13 09:54:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-13 09:54:59 +0000 |
commit | 74474544e4e3013c582ca5579a0088c40dacc0e5 (patch) | |
tree | b80267e923d525817e80d3000da8fe0e069288dc /docs/installation | |
parent | ca7fa9dce1d37491e648531998c1577446eff23b (diff) | |
parent | 55b339f77d4944b17a4eeefb8ade6ff5f05a422d (diff) |
Merge "Add support for HTTPS with self signed certificates"
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/installation.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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:: { |