summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/openssl.112
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index b6a3c2de24..a8da054918 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.87 2018/02/18 07:43:55 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.88 2018/02/28 20:36:09 jmc 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.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: February 18 2018 $ 115.Dd $Mdocdate: February 28 2018 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -360,8 +360,8 @@ Specify an alternative configuration file.
360The number of days to certify the certificate for. 360The number of days to certify the certificate for.
361.It Fl enddate Ar date 361.It Fl enddate Ar date
362Set the expiry date. 362Set the expiry date.
363The format of the date is YYMMDDHHMMSSZ 363The format of the date is [YY]YYMMDDHHMMSSZ,
364.Pq the same as an ASN.1 UTCTime structure . 364with all four year digits required for dates from 2050 onwards.
365.It Fl extensions Ar section 365.It Fl extensions Ar section
366The section of the configuration file containing certificate extensions 366The section of the configuration file containing certificate extensions
367to be added when a certificate is issued (defaults to 367to be added when a certificate is issued (defaults to
@@ -492,8 +492,8 @@ then it can be preceded by a number and a
492A single self-signed certificate to be signed by the CA. 492A single self-signed certificate to be signed by the CA.
493.It Fl startdate Ar date 493.It Fl startdate Ar date
494Set the start date. 494Set the start date.
495The format of the date is YYMMDDHHMMSSZ 495The format of the date is [YY]YYMMDDHHMMSSZ,
496.Pq the same as an ASN.1 UTCTime structure . 496with all four year digits required for dates from 2050 onwards.
497.It Fl status Ar serial 497.It Fl status Ar serial
498Show the status of the certificate with serial number 498Show the status of the certificate with serial number
499.Ar serial . 499.Ar serial .