From 2368dc53d0c724f1899aeb2874ba1a763e11f0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Jan 2024 15:40:26 +0100 Subject: Cowboy 2.11 --- docs/en/ranch/2.1/manual/ranch_ssl/index.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/en/ranch/2.1/manual') diff --git a/docs/en/ranch/2.1/manual/ranch_ssl/index.html b/docs/en/ranch/2.1/manual/ranch_ssl/index.html index 73dbc769..ae58c041 100644 --- a/docs/en/ranch/2.1/manual/ranch_ssl/index.html +++ b/docs/en/ranch/2.1/manual/ranch_ssl/index.html @@ -96,11 +96,6 @@ http://www.gnu.org/software/src-highlite --> | {cacertfile, file:filename()} | {cacerts, [public_key:der_encoded()]} | {cert, public_key:der_encoded()} - | {certs_keys, [#{cert => public_key:der_encoded(), - key => ssl:key(), - certfile => file:filename(), - keyfile => file:filename(), - key_pem_password => iodata() | fun(() -> iodata())}]} | {certfile, file:filename()} | {ciphers, ssl:ciphers()} | {client_renegotiation, boolean()} @@ -163,9 +158,6 @@ http://www.gnu.org/software/src-highlite -->
cert

DER encoded user certificate.

-
certs_keys
-

A list of a certificate (or possible a certificate and its chain) and the associated key of the certificate, that may be used to authenticate the client or the server.

-
certfile

Path to the PEM encoded user certificate file. May also contain the private key.

-- cgit v1.2.3