From 1c85755843786d77099dfa8459db7d3e8cf21701 Mon Sep 17 00:00:00 2001 From: Chengkai Yan Date: Fri, 1 Feb 2019 16:10:46 +0100 Subject: Update dfc document Update certificate configuration Change-Id: I087920d8eb0fa783ed879d3de4ed696ef1271d74 Signed-off-by: Chengkai Yan Issue-ID: DCAEGEN2-876 --- docs/sections/apis/DFC.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/sections/apis/DFC.rst b/docs/sections/apis/DFC.rst index df68064c..57e2914c 100644 --- a/docs/sections/apis/DFC.rst +++ b/docs/sections/apis/DFC.rst @@ -117,19 +117,13 @@ We have two keystore files, one for TrustManager, one for KeyManager. **For TrustManager:** -1. First, create a jks keystore for TrustManager: - - .. code:: bash - - keytool -keystore ftp.jks -genkey -alias ftp - -2. Second, convert your certificate in a DER format : +1. First, convert your certificate in a DER format : .. code:: bash openssl x509 -outform der -in ftp.crt -out ftp.der -3. And after, import it in the keystore : +2. And after, import it in the keystore : .. code:: bash -- cgit 1.2.3-korg