* Version 2.3.5 (unreleased)
+** Document how to generate CRLs.
+Suggested by "Rainer Gerhards" <rgerhards@gmail.com>.
+
** Documented the --priority option to gnutls-cli and gnutls-serv.
** Several minor fixes in the OpenPGP interface. Thanks to Daniel Kahn
Kristofer T. Karas <ktk@enterprise.bidmc.harvard.edu>
Marc Haber <mh+debian-bugs@zugschlus.de>
Tim Mooney <tim@tim-the-enchanter.org>
+Rainer Gerhards <rgerhards@gmail.com>
----------------------------------------------------------------------
Copying and distribution of this file, with or without modification,
--outfile proxy-cert.pem
@end example
+@item
+To create an empty Certificate Revocation List (CRL) do:
+
+@example
+$ certtool --generate-crl --load-ca-privkey x509-ca-key.pem --load-ca-certificate x509-ca.pem
+@end example
+
+To create a CRL that contains some revoked certificates, place the
+certificates in a file and use @code{--load-certificate} as follows:
+
+@example
+$ certtool --generate-crl --load-ca-privkey x509-ca-key.pem --load-ca-certificate x509-ca.pem --load-certificate revoked-certs.pem
+@end example
+
+@item
+To verify a Certificate Revocation List (CRL) do:
+
+@example
+$ certtool --verify-crl --load-ca-certificate x509-ca.pem < crl.pem
+@end example
+
@end itemize
Certtool's template file format: