Index: tls.htm ================================================================== --- tls.htm +++ tls.htm @@ -174,15 +174,20 @@
-alpn list
List of protocols to offer during Application-Layer Protocol Negotiation (ALPN). For example: h2, http/1.1, etc.
-cadir dir
-
Provide the directory containing the CA certificates.
+
Provide the directory containing the CA certificates. The + default directory is platform specific and can be set at + compile time. This can be overridden via the SSL_CERT_DIR + environment variable.
-cafile filename
Provide the CA file.
-certfile filename
-
Provide the name of a file containing certificate to use.
+
Provide the name of a file containing certificate to use. + The default name is cert.pem. This can be overridden via the + SSL_CERT_FILE environment variable.
-cert filename
Provide the contents of a certificate to use, as a DER encoded binary value (X.509 DER).
-cipher string
Provide the cipher suites to use. Syntax is as per OpenSSL.