diff options
Diffstat (limited to 'tools/gpg.html')
-rw-r--r-- | tools/gpg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg.html b/tools/gpg.html index acdf8f9..11a1c71 100644 --- a/tools/gpg.html +++ b/tools/gpg.html @@ -211,7 +211,7 @@ delkey delete selected subkey </code></pre> <h2 id="export--import-keys"><a class="header" href="#export--import-keys">Export & Import Keys</a></h2> <pre><code class="language-bash">gpg --export --armor --output <KEY.PUB> <KEY ID> -gpg --export-secret-key --armor --output <KEY.PUB> <KEY ID> +gpg --export-secret-key --armor --output <KEY.PRIVATE> <KEY ID> gpg --import <FILE> </code></pre> <h2 id="search--send-keys"><a class="header" href="#search--send-keys">Search & Send keys</a></h2> |