certtool-args.def   certtool-args.def 
skipping to change at line 43 skipping to change at line 43
flag = { flag = {
name = generate-proxy; name = generate-proxy;
descrip = "Generates a proxy certificate"; descrip = "Generates a proxy certificate";
doc = ""; doc = "";
}; };
flag = { flag = {
name = generate-crl; name = generate-crl;
descrip = "Generate a CRL"; descrip = "Generate a CRL";
doc = ""; doc = "This option generates a CRL. When combined with --load-crl it wo uld use the loaded CRL as base for the generated (i.e., all revoked certifi cates in the base will be copied to the new CRL).";
}; };
flag = { flag = {
name = update-certificate; name = update-certificate;
value = u; value = u;
descrip = "Update a signed certificate"; descrip = "Update a signed certificate";
doc = ""; doc = "";
}; };
flag = { flag = {
skipping to change at line 884 skipping to change at line 884
# 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
_EOT_; _EOT_;
}; };
 End of changes. 2 change blocks. 
1 lines changed or deleted 9 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/