From d7141bd2a46b59e7637aa3c7a750fa4b6a925b64 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 20 Feb 2009 12:33:14 -0500 Subject: [PATCH] tune automated revocation certificate description; add FIXME to allow it to be set explicitly. --- src/share/mh/revoke_key | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/share/mh/revoke_key b/src/share/mh/revoke_key index 271432b..ad68d5f 100644 --- a/src/share/mh/revoke_key +++ b/src/share/mh/revoke_key @@ -53,9 +53,13 @@ EOF # certificate immediately, which we can help them do as well. if [ "$PROMPT" = 'false' ] ; then + # FIXME: allow the end user to choose something other than + # "key was compromised" (1) and to supply their own revocation + # string. + local revoke_commands="y 1 -Monkeysphere host key revocation (no prompting) $(date '+%F_%T') +Monkeysphere host key revocation (automated) $(date '+%F_%T%z') y -- 2.25.1