From d219ac769f3d75cabda2f94c88d5622ea655e7ef Mon Sep 17 00:00:00 2001 From: Alex Bramley Date: Tue, 16 Feb 2010 05:15:55 +0000 Subject: [PATCH] remove outdated renew-cert doc now it has been rewritten --- doc/renew-cert.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 doc/renew-cert.txt diff --git a/doc/renew-cert.txt b/doc/renew-cert.txt deleted file mode 100644 index f6dd50a..0000000 --- a/doc/renew-cert.txt +++ /dev/null @@ -1,20 +0,0 @@ -# a brief man-page for renew-cert.sh -# $Id: renew-cert.txt 2660 2009-07-24 18:49:52Z alexeb $ - -NAME - renew-cert.sh - renew a previously generated cert for another year - -SYNOPSIS - renew-cert.sh /path/to/certificate - renew-cert.sh - renew-cert.sh - -DESCRIPTION - This script renews a certificate for another 365 days from it's current - end-date. It does some interesting hackery to re-sign the certificate - request generated when the certificate was initially signed, using the - same key-pair and the same serial, so that S/MIME encrypted e-mail and - previously signed code does not become unusable. - -OPTIONS - This script takes no options.