summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinoguchi <>2019-07-04 13:00:42 +0000
committerinoguchi <>2019-07-04 13:00:42 +0000
commit610fcdf4ca7305e12aa0f965dbecf87cc33aac66 (patch)
treeccb6b5abc60ff63eefb8522f2c7b27a248430839 /src
parentef84a12d8fc3f2dacb57102d5f84bfb4025a320a (diff)
downloadopenbsd-610fcdf4ca7305e12aa0f965dbecf87cc33aac66.tar.gz
openbsd-610fcdf4ca7305e12aa0f965dbecf87cc33aac66.tar.bz2
openbsd-610fcdf4ca7305e12aa0f965dbecf87cc33aac66.zip
Fix manual openssl(1) ca
- Add undocumented options -crlsec and -sigopt - Sync argument name between usage and options description ok jmc@
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/openssl.123
1 files changed, 15 insertions, 8 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 253ced7f66..c9f0895c99 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.102 2019/06/07 05:53:46 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.103 2019/07/04 13:00:42 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: June 7 2019 $ 113.Dd $Mdocdate: July 4 2019 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -308,29 +308,31 @@ into a nested structure.
308.Op Fl crldays Ar days 308.Op Fl crldays Ar days
309.Op Fl crlexts Ar section 309.Op Fl crlexts Ar section
310.Op Fl crlhours Ar hours 310.Op Fl crlhours Ar hours
311.Op Fl crlsec Ar seconds
311.Op Fl days Ar arg 312.Op Fl days Ar arg
312.Op Fl enddate Ar date 313.Op Fl enddate Ar date
313.Op Fl extensions Ar section 314.Op Fl extensions Ar section
314.Op Fl extfile Ar section 315.Op Fl extfile Ar file
315.Op Fl gencrl 316.Op Fl gencrl
316.Op Fl in Ar file 317.Op Fl in Ar file
317.Op Fl infiles 318.Op Fl infiles
318.Op Fl key Ar password 319.Op Fl key Ar password
319.Op Fl keyfile Ar arg 320.Op Fl keyfile Ar file
320.Op Fl keyform Cm pem | der 321.Op Fl keyform Cm pem | der
321.Op Fl md Ar arg 322.Op Fl md Ar alg
322.Op Fl msie_hack 323.Op Fl msie_hack
323.Op Fl multivalue\-rdn 324.Op Fl multivalue\-rdn
324.Op Fl name Ar section 325.Op Fl name Ar section
325.Op Fl noemailDN 326.Op Fl noemailDN
326.Op Fl notext 327.Op Fl notext
327.Op Fl out Ar file 328.Op Fl out Ar file
328.Op Fl outdir Ar dir 329.Op Fl outdir Ar directory
329.Op Fl passin Ar arg 330.Op Fl passin Ar arg
330.Op Fl policy Ar arg 331.Op Fl policy Ar arg
331.Op Fl preserveDN 332.Op Fl preserveDN
332.Op Fl revoke Ar file 333.Op Fl revoke Ar file
333.Op Fl selfsign 334.Op Fl selfsign
335.Op Fl sigopt Ar nm:v
334.Op Fl spkac Ar file 336.Op Fl spkac Ar file
335.Op Fl ss_cert Ar file 337.Op Fl ss_cert Ar file
336.Op Fl startdate Ar date 338.Op Fl startdate Ar date
@@ -521,6 +523,9 @@ the certificate database (see the configuration option
521.Cm database ) 523.Cm database )
522and uses the same serial number counter as all other certificates 524and uses the same serial number counter as all other certificates
523signed with the self-signed certificate. 525signed with the self-signed certificate.
526.It Fl sigopt Ar nm:v
527Pass options to the signature algorithm during sign or certify operations.
528The names and values of these options are algorithm-specific.
524.It Fl spkac Ar file 529.It Fl spkac Ar file
525A file containing a single Netscape signed public key and challenge, 530A file containing a single Netscape signed public key and challenge,
526and additional field values to be signed by the CA. 531and additional field values to be signed by the CA.
@@ -593,7 +598,7 @@ is case insensitive.
593Setting any revocation reason will make the CRL v2. 598Setting any revocation reason will make the CRL v2.
594In practice, removeFromCRL is not particularly useful because it is only used 599In practice, removeFromCRL is not particularly useful because it is only used
595in delta CRLs which are not currently implemented. 600in delta CRLs which are not currently implemented.
596.It Fl crldays Ar num 601.It Fl crldays Ar days
597The number of days before the next CRL is due. 602The number of days before the next CRL is due.
598This is the days from now to place in the CRL 603This is the days from now to place in the CRL
599.Cm nextUpdate 604.Cm nextUpdate
@@ -611,8 +616,10 @@ It should be noted that some software can't handle V2 CRLs.
611See the 616See the
612.Xr x509v3.cnf 5 617.Xr x509v3.cnf 5
613manual page for details of the extension section format. 618manual page for details of the extension section format.
614.It Fl crlhours Ar num 619.It Fl crlhours Ar hours
615The number of hours before the next CRL is due. 620The number of hours before the next CRL is due.
621.It Fl crlsec Ar seconds
622The number of seconds before the next CRL is due.
616.It Fl gencrl 623.It Fl gencrl
617Generate a CRL based on information in the index file. 624Generate a CRL based on information in the index file.
618.It Fl revoke Ar file 625.It Fl revoke Ar file