diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-05 14:15:41 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-05 14:15:41 -0400 |
commit | a7e520c59cf969192baf16147d570c9a9365c191 (patch) | |
tree | 200184e953f95c2069112c00f562f43fdea5077d /doc | |
parent | a04f56a4b5d1020a25da1ff75f3835f194bd708c (diff) | |
parent | 31162d196d875c6b5d44c704b59b8b8743c685a9 (diff) |
merged changes from Jamie McClelland.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Keeping your keyring up-to-date Regularly refresh your GnuPG keyring from the keyservers. This can be done with a simple cronjob. An example of crontab line to do this is: -0 12 * * * /usr/bin/gpg --refresh-keys +0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null 2>&1 This would refresh your keychain every day at noon. |