Found out about `gpg --fetch-keys https://example.com/example.asc`
Thanks https://keepassxc.org/verifying-signatures/
This commit is contained in:
parent
c47b198041
commit
e21c89e9e9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue