summaryrefslogtreecommitdiffstats
path: root/docs/en/ranch/2.1/manual/ranch_ssl/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/ranch/2.1/manual/ranch_ssl/index.html')
-rw-r--r--docs/en/ranch/2.1/manual/ranch_ssl/index.html8
1 files changed, 0 insertions, 8 deletions
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 -->
| {<font color="#FF6600">cacertfile</font>, <b><font color="#000000">file:filename</font></b>()}
| {<font color="#FF6600">cacerts</font>, [<b><font color="#000000">public_key:der_encoded</font></b>()]}
| {<font color="#FF6600">cert</font>, <b><font color="#000000">public_key:der_encoded</font></b>()}
- | {<font color="#FF6600">certs_keys</font>, [#{<font color="#0000FF">cert</font> <font color="#990000">=&gt;</font> <b><font color="#000000">public_key:der_encoded</font></b>(),
- <font color="#0000FF">key</font> <font color="#990000">=&gt;</font> <b><font color="#000000">ssl:key</font></b>(),
- <font color="#0000FF">certfile</font> <font color="#990000">=&gt;</font> <b><font color="#000000">file:filename</font></b>(),
- <font color="#0000FF">keyfile</font> <font color="#990000">=&gt;</font> <b><font color="#000000">file:filename</font></b>(),
- <font color="#0000FF">key_pem_password</font> <font color="#990000">=&gt;</font> <b><font color="#000000">iodata</font></b>() | <b><font color="#0000FF">fun</font></b>(() <font color="#990000">-&gt;</font> <b><font color="#000000">iodata</font></b>())}]}
| {<font color="#FF6600">certfile</font>, <b><font color="#000000">file:filename</font></b>()}
| {<font color="#FF6600">ciphers</font>, <b><font color="#000000">ssl:ciphers</font></b>()}
| {<font color="#FF6600">client_renegotiation</font>, <b><font color="#000000">boolean</font></b>()}
@@ -163,9 +158,6 @@ http://www.gnu.org/software/src-highlite -->
<dt>cert</dt>
<dd><p>DER encoded user certificate.</p>
</dd>
-<dt>certs_keys</dt>
-<dd><p>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.</p>
-</dd>
<dt>certfile</dt>
<dd><p>Path to the PEM encoded user certificate file. May also contain the private key.</p>
</dd>