summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChengkai Yan <martin.c.yan@est.tech>2019-02-01 16:10:46 +0100
committerChengkai Yan <martin.c.yan@est.tech>2019-02-02 08:06:28 +0100
commit1c85755843786d77099dfa8459db7d3e8cf21701 (patch)
tree1b190e19c07cc3e0d57079a282d3b090f2f18aa4
parentb81c297c891a3354ff5d6b50172253b911eb545f (diff)
Update dfc document
Update certificate configuration Change-Id: I087920d8eb0fa783ed879d3de4ed696ef1271d74 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-876
-rw-r--r--docs/sections/apis/DFC.rst10
1 files 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