[tor-commits] [tor-browser-spec/master] Bug 40021: Add missing --keyring argument to hkt invocation
    sysrqb at torproject.org 
    sysrqb at torproject.org
       
    Tue Sep 28 16:50:15 UTC 2021
    
    
  
commit 5db8b715a24174d6822e1174be48cbefd502c72e
Author: Georg Koppen <gk at torproject.org>
Date:   Mon Sep 6 08:26:49 2021 +0000
    Bug 40021: Add missing --keyring argument to hkt invocation
---
 processes/KeyGeneration | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/processes/KeyGeneration b/processes/KeyGeneration
index 625152e..133b5c3 100644
--- a/processes/KeyGeneration
+++ b/processes/KeyGeneration
@@ -31,7 +31,7 @@ Key Creation Incantations and Instructions
 15) Repeat step 6, 7 (with "2y" for subkeys), 13 and 14 as often as needed
 16) At the gpg> prompt enter: save
 16) Check whether the keys look good, e.g. with
-   `hkt export-pubkeys YOURMASTERKEYID | hokey lint`
+   `hkt export-pubkeys --keyring /path/to/pubring.gpg YOURMASTERKEYID | hokey lint`
 17) `gpg --export-secret-subkeys SUBKEYID_N! > subkeys_n`
 18) `gpg --export YOURMASTERKEYID > pubkeys`
 19) Repeat 17) as needed
    
    
More information about the tor-commits
mailing list