Compare commits

..

No commits in common. "f0d773c7f9f92948a645b30153452bcbd5ea5b0a" and "92c7efc16760194315864ad4f88ba2ea02ed9ed3" have entirely different histories.

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`
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. 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).
The certificate and key file in PKCS #12 format the webserver use for SSL. Only RSA/DSA keys are supported.
* `--webservice-sslcertificatepassword`
The password for decryption of certificate PKCS #12 file.
* `--webservice-interface`

View File

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