summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-10-01 14:10:35 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-10-01 14:10:35 +0000
commitda76e694d9d648d16f9e8997860f4d672828602d (patch)
tree64da115dd704aa20742633655f039de604cccb30 /sbin
parentb2af5c0f83f66558e87ba7dcc7ae998e2a1c3c33 (diff)
Merge with EOM 1.3
author: angelos Fix typo author: angelos fqdn and ufqdn types
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/apps/certpatch/certpatch.818
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/isakmpd/apps/certpatch/certpatch.8 b/sbin/isakmpd/apps/certpatch/certpatch.8
index d323a4c487e..f23799bfd25 100644
--- a/sbin/isakmpd/apps/certpatch/certpatch.8
+++ b/sbin/isakmpd/apps/certpatch/certpatch.8
@@ -1,5 +1,5 @@
-.\" $OpenBSD: certpatch.8,v 1.1 1999/07/18 20:14:02 niklas Exp $
-.\" $EOM: certpatch.8,v 1.1 1999/07/18 20:11:18 niklas Exp $
+.\" $OpenBSD: certpatch.8,v 1.2 1999/10/01 14:10:34 niklas Exp $
+.\" $EOM: certpatch.8,v 1.3 1999/09/23 01:38:46 angelos Exp $
.\"
.\" Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
.\"
@@ -58,9 +58,13 @@ The options are as follows:
.It Fl t Ar identity-type
If given, the
.Fl t
-option specifies the type of the given identity. Currently only
-.Li ip
-is recognized. This is also the default.
+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
@@ -75,10 +79,6 @@ 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.
.El
-.Sh BUGS
-The
-.Fl t
-flag should accept a couple of more identity types.
.Sh SEE ALSO
.Xr ssl 4 ,
.Xr isakmpd 8