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.conf.5 | |
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.conf.5')
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 15d29e245fc..14d7dbc3cc1 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.66 2002/08/02 13:27:22 ho Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.67 2002/08/07 13:19:20 ho Exp $ .\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $ .\" .\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -740,7 +740,7 @@ Credential-directory= /etc/isakmpd/keynote/ [X509-certificates] CA-directory= /etc/isakmpd/ca/ Cert-directory= /etc/isakmpd/certs/ -CRL-file= /etc/isakmpd/crl.pem +CRL-directory= /etc/isakmpd/crls/ Private-key= /etc/isakmpd/private/local.key # Main mode transforms |