diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-31 05:54:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-31 05:54:23 +0000 |
commit | 1b6875ac94561f437050b8b33328e9c9720f1a57 (patch) | |
tree | e28f5dd543f2272a23ca66aa1e85753fb567e29d | |
parent | a52d0c03906640203429d1b713261028db835eba (diff) | |
parent | 2d4f21f78c071286c14ac323a225ddbd57f50e5e (diff) |
Merge "Add server cert info for AAI mS"
-rw-r--r-- | docs/oom_hardcoded_certificates.rst | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/docs/oom_hardcoded_certificates.rst b/docs/oom_hardcoded_certificates.rst index 84ca2d0eed..eb53a2d848 100644 --- a/docs/oom_hardcoded_certificates.rst +++ b/docs/oom_hardcoded_certificates.rst @@ -11,8 +11,18 @@ ONAP Hardcoded certificates ONAP current installation have hardcoded certificates. Here's the list of these certificates: - +----------------------------------------------------------------------------------+ - | Project | ONAP Certificate | Own Certificate | Path | - +============+==================+==================+===============================+ - | VID | No | Yes | kubernetes/vid/resources/cert | - +------------+------------------+------------------+-------------------------------+ + +-----------------------------------------------------------------------------------------------------------------------------+ + | Project | ONAP Certificate | Own Certificate | Path | + +============+==================+==================+==========================================================================+ + | VID | No | Yes | kubernetes/vid/resources/cert | + +------------+------------------+------------------+--------------------------------------------------------------------------+ + | AAI | Yes | No | aai/oom/resources/config/haproxy/aai.pem | + +------------+------------------+------------------+--------------------------------------------------------------------------+ + | AAI | Yes | No | aai/oom/resources/config/aai/aai_keystore | + +------------+------------------+------------------+--------------------------------------------------------------------------+ + | AAI | Yes | No | aai/oom/components/aai-search-data/resources/config/auth/tomcat_keystore | + +------------+------------------+------------------+--------------------------------------------------------------------------+ + | AAI | No | Yes | aai/oom/components/aai-babel/resources/config/auth/tomcat_keystore | + +------------+------------------+------------------+--------------------------------------------------------------------------+ + | AAI | Yes | Yes | aai/oom/components/aai-model-loaderresources/config/auth/tomcat_keystore | + +------------+------------------+------------------+--------------------------------------------------------------------------+ |