diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-12-19 03:44:03 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-12-21 06:02:14 +0100 |
commit | ff62f87f41557ab7267defab662324927301485a (patch) | |
tree | 5191aedbbbfaab31fd45ab86d015e4160bfbdc70 /man/pass.1 | |
parent | 2bc437df229865456a77fbb982e187aa69304e98 (diff) | |
download | pass-ff62f87f41557ab7267defab662324927301485a.tar.gz pass-ff62f87f41557ab7267defab662324927301485a.tar.bz2 pass-ff62f87f41557ab7267defab662324927301485a.zip |
Add signatures
Diffstat (limited to 'man/pass.1')
-rw-r--r-- | man/pass.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -445,6 +445,13 @@ for more info. The location to look for executable extension files, by default \fIPASSWORD_STORE_DIR/.extensions\fP. .TP +.I PASSWORD_STORE_SIGNING_KEY +If this environment variable is set, then all \fB.gpg-id\fP files and extension files +must be signed using a detached signature using the GPG key specified by the full 40 character +upper-case fingerprint in this variable. If multiple fingerprints are specified, each +separated by a whitespace character, then signatures must match at least one. +The \fBinit\fP command will keep signatures of \fB.gpg-id\fP files up to date. +.TP .I EDITOR The location of the text editor used by \fBedit\fP. .SH SEE ALSO |