Compare commits

...

3 Commits

Author SHA1 Message Date
kees-z
f0d773c7f9
Update index.md 2024-08-13 11:35:21 +02:00
kees-z
95873a5761
Merge pull request #113 from nils-a/feature/ssl-pbe
Add a comment, not to use modern encryption for PKCS#12
2024-08-13 11:34:51 +02:00
Nils Andresen
48c91ab6ab
Add a comment, not to use modern PBE for PKCS#12 2024-08-13 10:14:36 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ The path to the folder where the static files for the webserver is present. The
* `--webservice-port` * `--webservice-port`
The port the webserver listens on. Multiple values may be supplied with a comma in between. The port the webserver listens on. Multiple values may be supplied with a comma in between.
* `--webservice-sslcertificatefile` * `--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` * `--webservice-sslcertificatepassword`
The password for decryption of certificate PKCS #12 file. The password for decryption of certificate PKCS #12 file.
* `--webservice-interface` * `--webservice-interface`

View File

@ -6,7 +6,7 @@
![](duplicatilogo.png) ![](duplicatilogo.png)
2024/05/28 2024/08/13