invoke-certtool.texi   invoke-certtool.texi 
skipping to change at line 51 skipping to change at line 51
certtool is unavailable - no --help certtool is unavailable - no --help
@end example @end example
@exampleindent 4 @exampleindent 4
@anchor{certtool debug} @anchor{certtool debug}
@subsubheading debug option (-d) @subsubheading debug option (-d)
This is the ``enable debugging'' option. This is the ``enable debugging'' option.
This option takes a number argument. This option takes a number argument.
Specifies the debug level. Specifies the debug level.
@anchor{certtool generate-crl}
@subsubheading generate-crl option
This is the ``generate a crl'' option.
This option generates a CRL. When combined with --load-crl it would use the
loaded CRL as base for the generated (i.e., all revoked certificates in th
e base will be copied to the new CRL).
@anchor{certtool generate-request} @anchor{certtool generate-request}
@subsubheading generate-request option (-q) @subsubheading generate-request option (-q)
This is the ``generate a pkcs #10 certificate request'' option. This is the ``generate a pkcs #10 certificate request'' option.
@noindent @noindent
This option has some usage constraints. It: This option has some usage constraints. It:
@itemize @bullet @itemize @bullet
@item @item
must not appear in combination with any of the following options: must not appear in combination with any of the following options:
skipping to change at line 722 skipping to change at line 727
# Options for generating a CRL # Options for generating a CRL
# The number of days the next CRL update will be due. # The number of days the next CRL update will be due.
# next CRL update will be in 43 days # next CRL update will be in 43 days
#crl_next_update = 43 #crl_next_update = 43
# this is the 5th CRL by this CA # this is the 5th CRL by this CA
# Comment the field for a time-based number. # Comment the field for a time-based number.
#crl_number = 5 #crl_number = 5
# Specify the update dates more precisely.
#crl_this_update_date = "2004-02-29 16:21:42"
#crl_next_update_date = "2025-02-29 16:24:41"
# The date that the certificates will be made seen as
# being revoked.
#crl_revocation_date = "2025-02-29 16:24:41"
@end example @end example
 End of changes. 2 change blocks. 
0 lines changed or deleted 15 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/