Hi, I'm using the following command to get the fingerprint to quickly change the expiration date on a key.
$ gpg --quick-set-expire $(gpg --with-colons -k test | awk -F::::::::: 'NR==3{print substr($2,1,length($2)-1)}') 1d I'm just wondering if there isn't a better, programatically, way to go about it? In other words, why '--quick-set-expire' requires a fingerprint and does not accept a <USER-ID>. Any input is welcome. -- John Doe _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users