Update dfc document 23/77723/2
authorChengkai Yan <martin.c.yan@est.tech>
Fri, 1 Feb 2019 15:10:46 +0000 (16:10 +0100)
committerChengkai Yan <martin.c.yan@est.tech>
Sat, 2 Feb 2019 07:06:28 +0000 (08:06 +0100)
Update certificate configuration

Change-Id: I087920d8eb0fa783ed879d3de4ed696ef1271d74
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-876

docs/sections/apis/DFC.rst

index df68064..57e2914 100644 (file)
@@ -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