Lines Matching refs:date
57 [B<-not_before> I<date>]
58 [B<-not_after> I<date>]
186 it sets the validity start date to the current time
187 and the end date to a value determined by the B<-days> option.
188 Start date and end date can also be explicitly supplied with options
228 Specify the date output format. Values are: rfc_822 and iso_8601.
262 Prints out the start date of the certificate, that is the notBefore date.
266 Prints out the expiry date of the certificate, that is the notAfter date.
383 =item B<-not_before> I<date>
385 This allows the start date to be explicitly set. The format of the
386 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure), or
393 =item B<-not_after> I<date>
395 This allows the expiry date to be explicitly set. The format of the
396 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure), or
410 If option B<-not_after> is set, the explicit expiry date takes precedence.