summaryrefslogtreecommitdiff
path: root/docs/common/lib_server/ServerTLS.txt
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 13:58:11 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 13:58:11 +0200
commita84d45498bd861c9225080232948a99c2e317bb8 (patch)
tree8f1f5fb7bf7ffbf6f24cf4a4fd6888a235dbcc08 /docs/common/lib_server/ServerTLS.txt
parent25db897553a0db0f912602b375029e724f51556e (diff)
Import upstream version 0.11~rc3~r2491
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.
-