summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-05-05 12:14:35 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-05-05 12:14:35 +0000
commit9460a1dcc7777777253d80a9acf829328ec94831 (patch)
tree300159fa223f18d61c8f1c135ff9ea31e5fde9d2 /sbin
parent49bdab1489cdfa6136caa7dc41a8ee2428b36139 (diff)
sort options;
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/apps/certpatch/certpatch.828
1 files changed, 14 insertions, 14 deletions
diff --git a/sbin/isakmpd/apps/certpatch/certpatch.8 b/sbin/isakmpd/apps/certpatch/certpatch.8
index 1c1b6295872..5bc66a54076 100644
--- a/sbin/isakmpd/apps/certpatch/certpatch.8
+++ b/sbin/isakmpd/apps/certpatch/certpatch.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: certpatch.8,v 1.8 2003/06/04 07:31:17 ho Exp $
+.\" $OpenBSD: certpatch.8,v 1.9 2005/05/05 12:14:34 jmc Exp $
.\" $EOM: certpatch.8,v 1.5 2000/04/07 22:17:11 niklas Exp $
.\"
.\" Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -47,23 +47,11 @@
alters PEM-encoded X.509 certificates by adding a subjectAltName extension
containing an identity used by the signature-based authentication schemes
of the ISAKMP protocol.
-After the addition the certificate will be signed
+After the addition, the certificate will be signed
once again with the supplied CA signing key.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl t Ar identity-type
-If given, the
-.Fl t
-option specifies the type of the given identity.
-Currently
-.Li ip ,
-.Li fqdn ,
-and
-.Li ufqdn
-are recognized.
-The default is
-.Li ip .
.It Fl i Ar identity
The
.Fl i
@@ -79,6 +67,18 @@ option specifies the key used for signing the certificate once the
subjectAltName extension has been added.
The key is specified by
the filename where it is stored in PEM format.
+.It Fl t Ar identity-type
+If given, the
+.Fl t
+option specifies the type of the given identity.
+Currently
+.Li ip ,
+.Li fqdn ,
+and
+.Li ufqdn
+are recognized.
+The default is
+.Li ip .
.El
.Sh SEE ALSO
.Xr isakmpd 8 ,