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.html11
1 files changed, 9 insertions, 2 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 ca990304..73dbc769 100644
--- a/docs/en/ranch/2.1/manual/ranch_ssl/index.html
+++ b/docs/en/ranch/2.1/manual/ranch_ssl/index.html
@@ -17,8 +17,7 @@
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/ico/apple-touch-icon-72.png">
<link rel="apple-touch-icon-precomposed" href="/img/ico/apple-touch-icon-57.png">
-
-</head>
+ </head>
<body class="">
@@ -97,6 +96,11 @@ 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>()}
@@ -159,6 +163,9 @@ 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>