summaryrefslogtreecommitdiff
path: root/src/monkeysphere-host
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-05-06 22:25:28 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-05-06 22:55:57 -0400
commitf97dd58a298cf337a1fffa00d3733256d21d2d8f (patch)
treee81f245869f62889509f470ae93a4a14ea3bf053 /src/monkeysphere-host
parentc74075ae34bf6dd035f42ce044046e6f273ae73d (diff)
reporting new expiration date when key expiry is updated (closes MS #2291)
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-xsrc/monkeysphere-host2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host
index 13cc3ca..6216dce 100755
--- a/src/monkeysphere-host
+++ b/src/monkeysphere-host
@@ -74,7 +74,7 @@ EOF
# function to interact with the gpg keyring
gpg_host() {
- GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --no-greeting --quiet --no-tty "$@"
+ GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --trust-model=always --no-greeting --quiet --no-tty "$@"
}
# list the info about the a key, in colon format, to stdout