diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2002-08-07 13:19:21 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2002-08-07 13:19:21 +0000 |
commit | 4822d71a9a568df240dbe98019f4415df1544b07 (patch) | |
tree | 0885c9454df0b56011f77c0a904c1eadbafea3ba /sbin/isakmpd/isakmpd.8 | |
parent | f4c21741ef280f28d5c806d106644d253ed9fe81 (diff) |
A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>.
Some style mods, and checks added for OpenSSL version 0.9.7 or later.
Currently CRLs are not supported for earlier versions.
Manual pages updated.
Diffstat (limited to 'sbin/isakmpd/isakmpd.8')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index f2cc80f0ef1..fb996de793d 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.41 2002/08/02 13:27:22 ho Exp $ +.\" $OpenBSD: isakmpd.8,v 1.42 2002/08/07 13:19:20 ho Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -330,9 +330,9 @@ and put it in .El .Pp To revoke certificates, create a Certificate Revocation List (CRL) file -and install it to -.Pa /etc/isakmpd/crl.pem . -See +and install it to the +.Pa /etc/isakmpd/crls/ +directory. See .Xr openssl 1 and the 'crl' subcommand for more info. .Pp @@ -439,8 +439,8 @@ The directory where CA certificates can be found. The directory where IKE certificates can be found, both the local certificate(s) and those of the peers, if a choice to have them kept permanently has been made. -.It Pa /etc/isakmpd/crl.pem -A list of revoked certificates. +.It Pa /etc/isakmpd/crls/ +The directory where CRLs can be found. .It Pa /etc/isakmpd/isakmpd.conf The configuration file. As this file can contain sensitive information |