remove outdated renew-cert doc now it has been rewritten

This commit is contained in:
Alex Bramley 2010-02-16 05:15:55 +00:00
parent a99d863cef
commit d219ac769f
1 changed files with 0 additions and 20 deletions

View File

@ -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 <hostname>
renew-cert.sh <username>
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.