diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/openssl/openssl.1 | 12 |
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 |
| 3093 | The options are as follows: | 3094 | The options are as follows: |
| 3094 | .Bl -tag -width Ds | 3095 | .Bl -tag -width Ds |
| 3096 | .It Fl addext Ar ext | ||
| 3097 | Add a specific extension to the certificate (if the | ||
| 3098 | .Fl x509 | ||
| 3099 | option is present) or certificate request. | ||
| 3100 | The argument must have the form of a key=value pair as it would appear in a | ||
| 3101 | config file. | ||
| 3102 | This option can be given multiple times. | ||
| 3095 | .It Fl asn1-kludge | 3103 | .It Fl asn1-kludge |
| 3096 | Produce requests in an invalid format for certain picky CAs. | 3104 | Produce requests in an invalid format for certain picky CAs. |
| 3097 | Very few CAs still require the use of this option. | 3105 | Very few CAs still require the use of this option. |
