diff options
| author | Yoshinari Takaoka | 2018-06-27 00:45:58 +0900 | 
|---|---|---|
| committer | Yoshinari Takaoka | 2018-09-12 01:34:03 +0900 | 
| commit | f325a7b445dcf851227b9d873a4944e0cfbab3d7 (patch) | |
| tree | 285aee67455c05507309f4eed95c98fab67330cd /tcpd/couriertls.sgml | |
| parent | ae7eaf904c6f2ae5c48f8a3d6b7677e583f4ad14 (diff) | |
| download | courier-libs-f325a7b445dcf851227b9d873a4944e0cfbab3d7.tar.bz2 | |
[doc] added TLS_PRIVATE_KEYFILE description
Diffstat (limited to 'tcpd/couriertls.sgml')
| -rw-r--r-- | tcpd/couriertls.sgml | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/tcpd/couriertls.sgml b/tcpd/couriertls.sgml index a7a8e72..0711654 100644 --- a/tcpd/couriertls.sgml +++ b/tcpd/couriertls.sgml @@ -236,6 +236,16 @@ for SSL/TLS clients.        </varlistentry>        <varlistentry> +	<term>TLS_PRIVATE_KEYFILE=<replaceable>filename</replaceable></term> +	<listitem> +	  <para> +SSL/TLS private key for decrypting client data. +<envar>TLS_PRIVATE_KEY</envar> is optional because <term>TLS_CERTFILE</term> is generated including cert and private key both. +<replaceable>filename</replaceable> must not be world-readable.</para> +	</listitem> +      </varlistentry> + +      <varlistentry>  	<term>TLS_TRUSTCERTS=<replaceable>pathname</replaceable></term>  	<listitem>  	  <para> | 
