diff --git a/certwatch.xml b/certwatch.xml index b97f2c3..d3a58e4 100644 --- a/certwatch.xml +++ b/certwatch.xml @@ -30,7 +30,7 @@ certwatch OPTION... - filename + certname @@ -41,8 +41,8 @@ warning mail when an SSL certificate is about to expire. The program has two modes of operation: normal mode and - quiet mode. In normal mode, the certificate given by the - filename argument is examined, and a + quiet mode. In normal mode, the certificate identified by the + certname argument is examined, and a warning email is issued to standard output if the certificate is outside its validity period, or approaching expiry. If the certificate cannot be found, or any errors occur whilst parsing @@ -50,8 +50,13 @@ produced. In quiet mode, no output is given, but the exit status can still be used. - The certificate can be specified by its nickname or by a - path to the containing file. + The certificate can be specified in one of two ways. If the + option is used, the + certname parameter is used as a + nickname to identify a certificate within an NSS database. + Otherwise, the certname parameter is + treated as a filename containing a certificate in OpenSSL "PEM" + format. @@ -90,11 +95,29 @@ - , + , Specify the database directory containing the certificate - and key database files. The default is yet to be determined. + and key database files. + + + + , + + + If is used, + specify the prefix used for the certificate database within + the database directory. + + + + , + + + If is used, + specify the prefix used for the key database within the + database directory. diff --git a/crypto-utils.spec b/crypto-utils.spec index 3dc6b55..e964290 100644 --- a/crypto-utils.spec +++ b/crypto-utils.spec @@ -4,7 +4,7 @@ Summary: SSL certificate and key management utilities Name: crypto-utils Version: 2.4.1 -Release: 47%{?dist} +Release: 48%{?dist} Group: Applications/System # certwatch.c is GPLv2 # pemutil.c etc are (MPLv1.1+ or GPLv2+ or LPGLv2+) @@ -135,6 +135,9 @@ chmod -R u+w $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Crypt %changelog +* Mon Jan 27 2014 Joe Orton - 2.4.1-48 +- update certwatch man page (#618421) + * Mon Jan 27 2014 Joe Orton - 2.4.1-47 - genkey: escape passwords properly (#980859) - genkey: escape commas in subject (#803305)