diff options
author | venaas <venaas> | 2008-10-03 13:49:22 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-10-03 13:49:22 +0000 |
commit | c771a3cba69c474d705e42d564c49a4e7dadfad0 (patch) | |
tree | f8b072c252a0ec2c18e82dfe12a52b68c6765fc5 | |
parent | 0cce883487e1653d543a505bb55dfd03709ce523 (diff) |
minor man page fixes
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@415 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | radsecproxy.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5 index 0e11f67..6740203 100644 --- a/radsecproxy.conf.5 +++ b/radsecproxy.conf.5 @@ -285,7 +285,7 @@ The usage of \fBtype\fR, \fBsecret\fR, \fBtls\fR, \fBcertificateNameCheck\fR, \fBrewriteOut\fR are just as specified for the \fBclient block\fR above, except that \fBdefaultServer\fR (and not \fBdefaultClient\fR) is the fallback for the \fBtls\fR, -\fBrewrite\fR, \fBrewriteIn\fR and \fBrewriteOut\fR options. +\fBrewrite\fR and \fBrewriteIn\fR options. .sp \fBstatusServer\fR can be specified to enable the use of status-server messages for this server. The value must be either \fBon\fR or \fBoff\fR. The default @@ -402,7 +402,7 @@ if you really want to. .sp The available tls block options are \fBCACertificateFile\fR, \fBCACertificatePath\fR, \fBcertificateFile\fR, \fBcertificateKeyFile\fR, -\fBcertificateKeyPassword\fR. \fBcacheExpiry\fR and \fBCRLCheck\fR. +\fBcertificateKeyPassword\fR, \fBcacheExpiry\fR and \fBCRLCheck\fR. When doing RADIUS over TLS, both the client and the server present certificates, and they are both verified by the peer. Hence you must always specify \fBcertificateFile\fR and |