diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-08 17:26:28 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-08 17:26:28 +0000 |
commit | 1912815c480901c6b4c1aac270c54e19b374084f (patch) | |
tree | 163ff6ccf819f8021d392d8b0cdd3c2b7bd43018 | |
parent | 6fae5859a0bb1a905e3d2cbd59236777000264f8 (diff) |
Refer to correct regress directory now that regress is moved.
-rw-r--r-- | sbin/isakmpd/DESIGN-NOTES | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/isakmpd/DESIGN-NOTES b/sbin/isakmpd/DESIGN-NOTES index b47e80b9a63..fd10c58ee5f 100644 --- a/sbin/isakmpd/DESIGN-NOTES +++ b/sbin/isakmpd/DESIGN-NOTES @@ -1,4 +1,4 @@ -$OpenBSD: DESIGN-NOTES,v 1.22 2003/06/04 07:27:31 ho Exp $ +$OpenBSD: DESIGN-NOTES,v 1.23 2005/04/08 17:26:27 cloder Exp $ $EOM: DESIGN-NOTES,v 1.48 1999/08/12 22:34:25 niklas Exp $ General coding conventions @@ -380,11 +380,11 @@ To use RSA Signature mode you are required to generate certificates. This can be done with ssleay, see man ssl. But the X509 certificates require a subjectAltname extension that can either be an IPV4 address, a User-FQDN or just FQDN. ssleay can not create those extension, -insead use the x509test program in regress/x509 to modify an existing -certificate. It will insert the subjectAltname extension and sign it -with the provided private Key. The resulting certificate then needs -to be stored in the directory pointed to by "Certs-directory" in -section "X509-certificates". +insead use the x509test program in src/regress/sbin/isakmpd/x509 to +modify an existing certificate. It will insert the subjectAltname +extension and sign it with the provided private Key. The resulting +certificate then needs to be stored in the directory pointed to by +"Certs-directory" in section "X509-certificates". License to use -------------- |