summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1999-10-01 14:10:34 +0000
committerniklas <niklas@openbsd.org>1999-10-01 14:10:34 +0000
commitc68c9afa0dd8d12f8b3bae5cb18a5c8cd7a698aa (patch)
tree196e273a63693cd25809c58fc7e6cf7b9318b3fa
parentMerge with EOM 1.18 (diff)
downloadwireguard-openbsd-c68c9afa0dd8d12f8b3bae5cb18a5c8cd7a698aa.tar.xz
wireguard-openbsd-c68c9afa0dd8d12f8b3bae5cb18a5c8cd7a698aa.zip
Merge with EOM 1.3
author: angelos Fix typo author: angelos fqdn and ufqdn types
-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