Skip to content

Commit d0ffb5f

Browse files
rtheyschucklever
authored andcommitted
tlshd: Add x509.crl option to man page.
Update the tlshd.conf man page to include the x509.crl option available in the authenticate.server and authenticate.client sections. Signed-off-by: Rik Theys <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent 7519860 commit d0ffb5f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/tlshd/tlshd.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ nl=0
3030

3131
[authenticate.client]
3232
#x509.truststore= <pathname>
33+
#x509.crl= <pathname>
3334
#x509.certificate= <pathname>
3435
#x509.private_key= <pathname>
3536

3637
[authenticate.server]
3738
#x509.truststore= <pathname>
39+
#x509.crl= <pathname>
3840
#x509.certificate= <pathname>
3941
#x509.private_key= <pathname>

src/tlshd/tlshd.conf.man

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ and it consults the settings in the
100100
.I [server]
101101
subsection when handling the server end of a handshake.
102102
.P
103-
In each of these two subsections, there are three available options:
103+
In each of these two subsections, there are four available options:
104104
.TP
105105
.B x509.truststore
106106
This option specifies the pathname of a file containing a
@@ -110,6 +110,13 @@ If this option is not specified,
110110
.B tlshd
111111
uses the system's trust store.
112112
.TP
113+
.B x509.crl
114+
This option specifies the pathname of a file containing
115+
PEM-encoded certificate revocation lists (CRL) that are to be
116+
used to verify the revocation status of certificates during
117+
each handshake.
118+
If this option is not specified, CRL checking is skipped.
119+
.TP
113120
.B x509.certificate
114121
This option specifies the pathname of a file containing
115122
a PEM-encoded x.509 certificate that is to be presented during

0 commit comments

Comments
 (0)