RE : Re: Checking expiration date automatically

2008-01-14 Thread ERIC LANDES
> > Does there exist an option which would give the expiration date of a > key, if such date exists ? > > See the file DETAILS in the doc/ directory. Something like: > > gpg --with-colons --fixed-list-mode --list-keys [EMAIL PROTECTED] | cut -d: > -f7 > > should do what you want. > > The

Re: Checking expiration date automatically

2008-01-12 Thread David Shaw
On Sat, Jan 12, 2008 at 01:49:49PM +0100, ERIC LANDES wrote: > > Hello, > > I use gnupg with a software I write and it needs a gpg key with expiration > date. > As I do not myself manage this software, I would like to provide a shell > script on > Linux (e.g. launched every day with cron) whi

Checking expiration date automatically

2008-01-12 Thread ERIC LANDES
Hello, I use gnupg with a software I write and it needs a gpg key with expiration date. As I do not myself manage this software, I would like to provide a shell script on Linux (e.g. launched every day with cron) which would check for the expiration date and send a warning if key expires wi