> > 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
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
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