summaryrefslogtreecommitdiffstats
path: root/docs/en/ranch/2.1/manual/ranch_ssl/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-16 16:49:08 +0100
committerLoïc Hoguin <[email protected]>2023-01-16 16:49:08 +0100
commitd73aae065ac85cd7de71b815c1c8f28df6391828 (patch)
tree92b7240ff230f87cea5db9ab70a8e727875012a4 /docs/en/ranch/2.1/manual/ranch_ssl/index.html
parent992831c7a516b5183c2af06260829d41aa45267c (diff)
downloadninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.tar.gz
ninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.tar.bz2
ninenines.eu-d73aae065ac85cd7de71b815c1c8f28df6391828.zip
Cowlib 2.12
Also future-proof some templates. Unfortunately still have to use a very old Hugo version to build as there's bugs preventing proper asciidoc use otherwise (.asciidoc files do not get rendered properly).
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>