summaryrefslogtreecommitdiff
path: root/docs/common/lib_server/ServerTLS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/common/lib_server/ServerTLS.txt')
-rw-r--r--docs/common/lib_server/ServerTLS.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/common/lib_server/ServerTLS.txt b/docs/common/lib_server/ServerTLS.txt
deleted file mode 100644
index dbde500f..00000000
--- a/docs/common/lib_server/ServerTLS.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-CLASS ServerTLS
-
-Implements a server which uses TLS (SSL) to encrypt and authenticate connections.
-
-Very similar to ServerStream, except it reads the certificate files for the TLSContext out of the Server sub-configuration to set up a TLSContext ("CertificateFile", "PrivateKeyFile" and "TrustedCAsFile"). Otherwise works exactly the same.
-