summaryrefslogtreecommitdiffstats
path: root/docs/sections/apis/DFC.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/apis/DFC.rst')
-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