summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoguchi <>2019-11-19 10:20:10 +0000
committerinoguchi <>2019-11-19 10:20:10 +0000
commit8cc59d668c77391fb8bf4da4bfecadcf92a5e7a1 (patch)
treef2328c9d91410d2e440fbdfe61af977c2593dc44
parent7eaa6d9160d92613f7d0b43d5a0fc3e36ed28d7c (diff)
downloadopenbsd-8cc59d668c77391fb8bf4da4bfecadcf92a5e7a1.tar.gz
openbsd-8cc59d668c77391fb8bf4da4bfecadcf92a5e7a1.tar.bz2
openbsd-8cc59d668c77391fb8bf4da4bfecadcf92a5e7a1.zip
Add manual descriptions for openssl(1) req -addext
ok jmc@
-rw-r--r--src/usr.bin/openssl/openssl.112
1 files changed, 10 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 958e517c19..2f15b23cbf 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.114 2019/10/04 06:22:51 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.115 2019/11/19 10:20:10 inoguchi Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: October 4 2019 $ 113.Dd $Mdocdate: November 19 2019 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -3043,6 +3043,7 @@ or standard output if not specified.
3043.Bl -hang -width "openssl req" 3043.Bl -hang -width "openssl req"
3044.It Nm openssl req 3044.It Nm openssl req
3045.Bk -words 3045.Bk -words
3046.Op Fl addext Ar ext
3046.Op Fl asn1-kludge 3047.Op Fl asn1-kludge
3047.Op Fl batch 3048.Op Fl batch
3048.Op Fl config Ar file 3049.Op Fl config Ar file
@@ -3092,6 +3093,13 @@ for use as root CAs, for example.
3092.Pp 3093.Pp
3093The options are as follows: 3094The options are as follows:
3094.Bl -tag -width Ds 3095.Bl -tag -width Ds
3096.It Fl addext Ar ext
3097Add a specific extension to the certificate (if the
3098.Fl x509
3099option is present) or certificate request.
3100The argument must have the form of a key=value pair as it would appear in a
3101config file.
3102This option can be given multiple times.
3095.It Fl asn1-kludge 3103.It Fl asn1-kludge
3096Produce requests in an invalid format for certain picky CAs. 3104Produce requests in an invalid format for certain picky CAs.
3097Very few CAs still require the use of this option. 3105Very few CAs still require the use of this option.