diff options
author | johannst <johannst@users.noreply.github.com> | 2024-03-30 21:00:44 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-03-30 21:00:44 +0000 |
commit | 8cb283f28585c7de6b1ac6f7115afbcfeab50025 (patch) | |
tree | cd82dead4bd1e54897b4805a13cef505214c1e1f /print.html | |
parent | 09fbbdde83fa792aa98eee0377971a9c5a7b8be5 (diff) | |
download | notes-8cb283f28585c7de6b1ac6f7115afbcfeab50025.tar.gz notes-8cb283f28585c7de6b1ac6f7115afbcfeab50025.zip |
deploy: 69ce6e468264e7f73904625fa65a778dce665645
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1670,7 +1670,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> |