|
NAMEmhsign - sign or encrypt a message with gnupgSYNOPSISmhsign [-encrypt] [-mime] [-Version] [-help] file DESCRIPTIONmhsign is a script to simplify signing and encrypting, using gnupg.mhsign is normally invoked automatically by send. When used directly, the source file, typically an MH draft file, is replaced by the signed or encrypted message. To permit recovery from mistakes, a backup copy of the original file is saved, under the same name with `.orig' appended. The following options are recognized:
The signing key is automatically determinded by gnupg, unless the the profile entry Pgpkey defines it. The environment variable MMHPGPKEY has highest precedence and can be used to overrule the key uid temporarily. For encryption, the public keys of the recipients are taken from the gnupg keyring. To handle exceptions, e.g. recipient addresses that do not match the key uid in the keyring, a file named pgpkeys may be used. It should be located either in the gnupg directory (normally $HOME/.gnupg) or in the mmh directory (normally $HOME/.mmh). If both files exist, the one in the gnupg directory takes precedence. A sample pgpkeys file: 0x88888888 john@nowhere.example.org e5fda812 meillo@marmaro.de FILES^$HOME/.gnupg/pgpkeys~^Pubkey exceptions for encrypting ^$HOME/.mmh/pgpkeys~^... alternative location PROFILE COMPONENTS^Pgpkey:~^To determine the user's signing key SEE ALSOwhom(1), send(1), mhpgp(1), gpg(1), hostname(1)DEFAULTSNoneCONTEXTNoneBUGSThe order of the command line arguments is relevant: Options must come first, the file must be last.This script uses hostname to get the hostname if it isn't in the address, though hostname isn't specified by POSIX.
Visit the GSP FreeBSD Man Page Interface. |