File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -347,9 +347,20 @@ def command(self):
347
347
if k_info ['description' ] is not None :
348
348
details .append (k_info )
349
349
if is_serious :
350
- fixes += [[_ ('Disable bad keys:' ),
351
- _ ('Run: %s' ) % '`gpg --edit-key %s`' % fprint ,
352
- _ ('Type: %s' ) % '`disable`, `save`' ]]
350
+ fixes += [[_ ('Revoke bad keys:' ),
351
+ _ ('Run: %s' ) % ('`gpg --gen-revoke %s`' % fprint ),
352
+ _ ('Follow the instructions given' ),
353
+ _ ('A block of text will be shown on your screen.' ),
354
+ _ ('Send that block to contacts that have your key.' ),
355
+ _ ('You can search for %s to find people who have it.' ) %
356
+ '`is:encrypted to:me`'
357
+ ],[
358
+ _ ('Disable bad keys:' ),
359
+ _ ('Run: %s' ) % ('`gpg --edit-key %s`' % fprint ),
360
+ _ ('Type %s' ) % '`disable`' ,
361
+ _ ('Type %s' ) % '`save`' ,
362
+ _ ('You\' re done!' ),
363
+ ]]
353
364
serious += 1
354
365
if fprint not in good_keys :
355
366
bad_keys [fprint ] = info
You can’t perform that action at this time.
0 commit comments