--version
show program's version number and exit
-h, --help
show this help message and exit
-A, --all-keys
Sign all keys on the keyring. Requires -r.
-d, --debug
Enable debugging output.
-bPATH, --gpg-path=PATH
Path to gpg binary. [default: /usr/bin/gpg2]
-e, --encrypt-outfiles
Encrypt output files with respective keys.
-HHOSTNAME, --mail-host=HOSTNAME
Hostname of SMTP server. [default: localhost]
-I, --import
Also import the unsigned keys from the keyring into the default keyring. Ignored if -r is not
specified, or if it's the same as the default keyring.
-mFROM-EMAIL, --mail=FROM-EMAIL
Email the encrypted, signed keys to the respective email addresses using FROM-EMAIL as the sender.
See also -H and -P.
-MFILE, --mail-text=FILE
Use the text in FILE as the body of email when sending out emails instead of the default text. To
see the default text use --print-default-email. Requires -m.
-N, --no-sort-keyring
Do not sort the keyring by name.
-nTO-EMAIL, --override-email=TO-EMAIL
Rather than send to the user, send to this address. Mostly useful for debugging.
-oOUTPUT-DIR, --out-dir=OUTPUT-DIR
Directory to put signed keys in. [default: /tmp/pius_out]
-O, --no-pgp-mime
Do not use PGP/Mime when sending email.
-PPORT, --mail-port=PORTPort of SMTP server. [default: 587]
-rKEYRING, --keyring=KEYRING
The keyring to use. Be sure to specify full or relative path. Just a filename will cause GPG to
assume relative to ~/.gnupg. [default: ~/.gnupg/pubring.gpg]
-sSIGNER-KEYID, --signer=SIGNER-KEYID
The keyid to sign with (required).
-fKEYID, --force-signer=KEYID
Force GnuPG to use this exact keyid to sign (do not guess subkey)
-S, --no-mail-tls
Do not use STARTTLS when talking to the SMTP server.
-tTEMP-DIR, --tmp-dir=TEMP-DIR
Directory to put temporary stuff in. [default: /tmp/pius_tmp]
-T, --print-default-email
Print the default email.
-uUSER, --mail-user=USER
Authenticate to the SMTP server with username USER. You will be prompted for the password.
-UPOLICY-URL, --policy-url=POLICY-URL
Policy URL to include in each signature.
-v, --verbose
Be more verbose.