diff options
author | 2020-06-18 09:13:14 +0200 | |
---|---|---|
committer | 2020-06-30 09:56:46 +0200 | |
commit | 7fede1920ad079dd54dfe76f1264b69d8510f3ca (patch) | |
tree | e93902d4e949ff4bdbcee5567f89df312e546d32 /docs/sections/release-notes.rst | |
parent | e334b3ee711e14c2ff79c79f72481933a8f9fc7f (diff) |
Update RTD documentation
-Add release notes
-Add description of output type parameter
-Add description of new exit code (10 - file could not be created)
Issue-ID: AAF-1152
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I5f534e167f0e8819e032d5620153165289adf00a
Diffstat (limited to 'docs/sections/release-notes.rst')
-rw-r--r-- | docs/sections/release-notes.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index c040ce51..7d32480d 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -9,15 +9,15 @@ Release Notes Version: 1.1.0 -------------- -:Release Date: 2020-xx-xx +:Release Date: 2020-06-29 **New Features** - N/A + - Added property to CertService Client to allow selection of output certificates type (One of: PEM, JKS, P12). **Bug Fixes** - N/A + - Resolved issue where created PKCS12 certificates had jks extension. **Known Issues** @@ -63,7 +63,7 @@ The Frankfurt Release is the first release of the Certification Service. **Known Issues** - N/A + - PKCS12 certificates have jks extension **Security Notes** @@ -106,6 +106,8 @@ The Frankfurt Release is the first release of the Certification Service. - `AAF-1132 <https://jira.onap.org/browse/AAF-1132>`_ - CertService Client returns exit status 5 when TLS configuration fails + - PKCS12 certificates have jks extension + **Security Notes** N/A |