Found out about `gpg --fetch-keys https://example.com/example.asc`

Thanks https://keepassxc.org/verifying-signatures/
This commit is contained in:
blank X 2019-02-10 16:07:46 +07:00
parent c47b198041
commit e21c89e9e9
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
<ul>
<li><code>curl https://keybase.io/blank_x/key.asc | gpg --import</code></li>
<li><code>wget -O - https://keybase.io/blank_x/key.asc | gpg --import</code></li>
<li><code>gpg --fetch-keys https://keybase.io/blank_x/key.asc</code></li>
</ul>
<h2>The bother amolith way:</h2>
@ -61,6 +62,7 @@
<ul>
<li><code>curl https://blankx.gitlab.io/blankX.asc | gpg --import</code></li>
<li><code>wget -O - https://blankx.gitlab.io/blankX.asc | gpg --import</code></li>
<li><code>gpg --fetch-keys https://blankx.gitlab.io/blankX.asc</code></li>
</ul>
<h2>The file way on Telegram:</h2>