Hi, The process of renewing a self-signed certificate once it has expired is as follows: 1)Revoke the existing (expired) certificate 2)Sign the (existing) CSR to create a new certificate To do this create renew-server-cert.sh and renew-user-cert.sh as follows $cp sign-server-cert.sh renew-server-cert.sh $cp sign-user-cert.sh renew-user-cert.sh $patch renew-server-cert.sh < server-patch $patch renew-server-cert.sh < user-patch And get the patchfile for renew-server-cert.sh in the following link http://mark.foster.cc/kb/tips.html Hope it is useful for you
Regards, Kathiravan
----- Original Message ----- From: "Gerd Schering" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 22, 2004 3:34 PM
Subject: revoking expired certificates > Hi,
Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! |
- Re: revoking expired certificates Gerd Schering
- Re: revoking expired certificates Rich Salz
- Re: revoking expired certificates Jason Haar
- Thank You! Jaffer Derwish
- Re: revoking expired certificates Rich Salz
- Re: revoking expired certificates Kathiravan Velusamy
- Re: revoking expired certificates Mark Foster