summaryrefslogtreecommitdiff
path: root/docs/api-notes/common/lib_server/ServerTLS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api-notes/common/lib_server/ServerTLS.txt')
-rw-r--r--docs/api-notes/common/lib_server/ServerTLS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-notes/common/lib_server/ServerTLS.txt b/docs/api-notes/common/lib_server/ServerTLS.txt
new file mode 100644
index 00000000..dbde500f
--- /dev/null
+++ b/docs/api-notes/common/lib_server/ServerTLS.txt
@@ -0,0 +1,6 @@
+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.
+