ca-dosign - ask user to sign PGP keys before mailing them
ca-dosign
ca-dosign is typically run by a ``normal'' user, having access to a private key. (All other ca-bot scripts are typically run under the special cabot account.)
ca-dosign is an interactive program. For every keyid in tosign/, it fetches
public keys from an OpenPGP keyserver. It prints a list of uids, for which
cabot successfully handled ID verification. It calls gpg(1)
in interactive
mode, to allow the user to perform the signing. It uploads the signed key
(after getting an acknowledgement from the user). It sends an email to the key
ID, holding the ascii-armored signed public key (again, after an
acknowledgement).
Once completed, it moves all stuff in tosign/ to done/ .
ca-dosign is one of the ca-bot scripts, see ca-bot(7) for more information.
ca-bot(7)
$Id: ca-dosign 133 2004-04-11 17:12:48Z lfousse $
ca-dosign et al are Copyright (c) 1998 Ian Jackson, (c) 2001, 2003 Peter Palfrader
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with GNU Privacy Guard; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Ian Jackson and Peter Palfrader