[BACK]Return to openssl.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/openssl.1 between version 1.87 and 1.88

version 1.87, 2018/02/18 07:43:55 version 1.88, 2018/02/28 20:36:09
Line 360 
Line 360 
 The number of days to certify the certificate for.  The number of days to certify the certificate for.
 .It Fl enddate Ar date  .It Fl enddate Ar date
 Set the expiry date.  Set the expiry date.
 The format of the date is YYMMDDHHMMSSZ  The format of the date is [YY]YYMMDDHHMMSSZ,
 .Pq the same as an ASN.1 UTCTime structure .  with all four year digits required for dates from 2050 onwards.
 .It Fl extensions Ar section  .It Fl extensions Ar section
 The section of the configuration file containing certificate extensions  The section of the configuration file containing certificate extensions
 to be added when a certificate is issued (defaults to  to be added when a certificate is issued (defaults to
Line 492 
Line 492 
 A single self-signed certificate to be signed by the CA.  A single self-signed certificate to be signed by the CA.
 .It Fl startdate Ar date  .It Fl startdate Ar date
 Set the start date.  Set the start date.
 The format of the date is YYMMDDHHMMSSZ  The format of the date is [YY]YYMMDDHHMMSSZ,
 .Pq the same as an ASN.1 UTCTime structure .  with all four year digits required for dates from 2050 onwards.
 .It Fl status Ar serial  .It Fl status Ar serial
 Show the status of the certificate with serial number  Show the status of the certificate with serial number
 .Ar serial .  .Ar serial .

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88