# -*-shell-script-*- # This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Monkeysphere host set-expire subcommand # # This is a function to set the expiration date of the monkeysphere # host key. # # The monkeysphere scripts are written by: # Jameson Rollins # Jamie McClelland # Daniel Kahn Gillmor # # They are Copyright 2008-2009, and are all released under the GPL, # version 3 or later. set_expire() { local extendTo # get the new expiration date extendTo=$(get_gpg_expiration "$1") if [ "$PROMPT" = "true" ] ; then read -p "Are you sure you want to change the expiration on the host key to '$extendTo'? (y/N) " OK; OK=${OK:-N} if [ "${OK/y/Y}" != 'Y' ] ; then failure "expiration not set." fi else log debug "extending without prompting." fi log info "setting host key expiration to ${extendTo}." log debug "executing host expire script..." gpg_host_edit expire <refslogtreecommitdiff
path: root/tags/96/e5
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/96/e5
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/96/e5')
-rw-r--r--tags/96/e5/20061015230458.GA20118@powerlinux.fr/debian0
-rw-r--r--tags/96/e5/20080721151334.GB4183@baikonur.stro.at/debian0
-rw-r--r--tags/96/e5/20080721151334.GB4183@baikonur.stro.at/inbox0
-rw-r--r--tags/96/e5/20080721151334.GB4183@baikonur.stro.at/old0
-rw-r--r--tags/96/e5/20161022130752.25A691C081@jawa.homebase.dk/hb0
-rw-r--r--tags/96/e5/20161022130752.25A691C081@jawa.homebase.dk/sys0
-rw-r--r--tags/96/e5/20161022130752.25A691C081@jawa.homebase.dk/unread0
-rw-r--r--tags/96/e5/20170317190333.2569855B4@lxp5.free-owl.de/sys0
-rw-r--r--tags/96/e5/20170317190333.2569855B4@lxp5.free-owl.de/unread0
-rw-r--r--tags/96/e5/20170403043800.6E5A91C06F@jawa.homebase.dk/hb0
-rw-r--r--tags/96/e5/20170403043800.6E5A91C06F@jawa.homebase.dk/sys0
-rw-r--r--tags/96/e5/20170403043800.6E5A91C06F@jawa.homebase.dk/unread0
-rw-r--r--tags/96/e5/20170809140008.D035D1C15B@jawa.homebase.dk/hb0
-rw-r--r--tags/96/e5/20170809140008.D035D1C15B@jawa.homebase.dk/sys0
-rw-r--r--tags/96/e5/20170809140008.D035D1C15B@jawa.homebase.dk/unread0
-rw-r--r--tags/96/e5/20180312020245.228451C0C2@jawa.homebase.dk/hb0
-rw-r--r--tags/96/e5/20180312020245.228451C0C2@jawa.homebase.dk/sys0
-rw-r--r--tags/96/e5/20180312020245.228451C0C2@jawa.homebase.dk/unread0
-rw-r--r--tags/96/e5/20181021155004.C86431FF@jawa.homebase.dk/hb0
-rw-r--r--tags/96/e5/20181021155004.C86431FF@jawa.homebase.dk/sys0
-rw-r--r--tags/96/e5/20181021155004.C86431FF@jawa.homebase.dk/unread0
-rw-r--r--tags/96/e5/20191107050002.0D6FA1CDC56@lxp5.free-owl.de/sys0
-rw-r--r--tags/96/e5/20191107050002.0D6FA1CDC56@lxp5.free-owl.de/unread0
-rw-r--r--tags/96/e5/4E7A375B.9090409@mikemestnik.net/debian0
-rw-r--r--tags/96/e5/5f28429c15232_3f7b3fdbe40b6f1c3475138@gitlab.mail/inbox0
-rw-r--r--tags/96/e5/5f28429c15232_3f7b3fdbe40b6f1c3475138@gitlab.mail/killed0
-rw-r--r--tags/96/e5/5f28429c15232_3f7b3fdbe40b6f1c3475138@gitlab.mail/unread0
-rw-r--r--tags/96/e5/874nw2zqm5.fsf@faui43f.informatik.uni-erlangen.de/debian0
-rw-r--r--tags/96/e5/878votsnu4.fsf@windlord.stanford.edu/debian0
-rw-r--r--tags/96/e5/p05100301b96b55ff9e29@%5b195.47.148.120%5d/inbox0
-rw-r--r--tags/96/e5/p05100301b96b55ff9e29@%5b195.47.148.120%5d/old0
-rw-r--r--tags/96/e5/p05100301b96b55ff9e29@%5b195.47.148.120%5d/replied0
32 files changed, 0 insertions, 0 deletions