From 48c91ab6abd311cf5ebadf5ef0aac1eadf3ddd5b Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 13 Aug 2024 10:14:36 +0200 Subject: [PATCH] Add a comment, not to use modern PBE for PKCS#12 --- docs/07-other-command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index baa24d6..7e0accc 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -69,7 +69,7 @@ The path to the folder where the static files for the webserver is present. The * `--webservice-port` The port the webserver listens on. Multiple values may be supplied with a comma in between. * `--webservice-sslcertificatefile` -The certificate and key file in PKCS #12 format the webserver use for SSL. Only RSA/DSA keys are supported. +The certificate and key file in PKCS #12 format the webserver use for SSL. Only RSA/DSA keys are supported. Also, under mono, the modern (i.e. AES) encryptions for the PKCS#12 files are not supported (PBE-SHA1-3DES is one example that works). * `--webservice-sslcertificatepassword` The password for decryption of certificate PKCS #12 file. * `--webservice-interface`