blankx.gitlab.io/public/get-keys.html

92 lines
3.2 KiB
HTML

<html>
<head>
<title>/blankX/get-keys.html</title>
<meta name='description' context='/blankx/get-keys.html.txt: Ways to obtain my key like going to a keyserver, downloading it from keybase and bothering amolith'>
<link rel="stylesheet" type="text/css" href="index.css">
<head>
<body>
<!-- <div class='container'> -->
<h1>/blankx/get-keys.html</h1>
<p class='green'>I don't know what a "static site generator" is</p>
<br>
<div id='tocid' class='tocclass' width=100%>
<iframe width=100% height=10% src='toc.html'></iframe>
</div>
<br>
<h2>The keyserver way:</h2>
<ul>
<li><code>gpg --recv-key 2C7F61F5</code></li>
</ul>
<h2>The keybase way (through website):</h2>
<ul>
<li>Go to <a href='https://keybase.io/blank_x'>my keybase account</a></li>
<li>Click on CC15 FC82 2C7F 61F5</li>
<li>Click on this key</li>
<li>Copy EVERYTHING IN IT</li>
<li>Paste it into a file (like blankX.asc) and save it</li>
<li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li>
</ul>
<h2>The keybase way (through CLI):</h2>
<ul>
<li><code>keybase pgp pull blank_x</code></li>
</ul>
<h2>The keybase way (through CLI):</h2>
<p>Run one of these commands:</p>
<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>
<p>Ask amolith for my public key. His contact methods <a href='https://nixnet.xyz/contact'>here</a></p>
<h2>The messages way on Telegram:</h2>
<ul>
<li>Go <a href='https://t.me/blankX_chaos/2403'>here</a>, <a href='https://t.me/blankX_chaos/2404'>here</a>, <a href='https://t.me/blankX_chaos/2405'>here</a> and <a href='https://t.me/blankX_chaos/2406'>here</a>.</li>
<li>String them together in a file</li>
<li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li>
</ul>
<h2>The go to my gitlab repo way:</h2>
<ul>
<li>Download <a href='blankX.asc'>this file</a></li>
<li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li>
</ul>
<h2>The go to my gitlab repo way (through CLI):</h2>
<p>Run one of these commands:</p>
<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>
<ul>
<li>Download <a href='https://t.me/WindhoesRebel/2049'>this file</a></li>
<li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li>
</ul>
<h2>The public keybase way:</h2>
<p>Run one of these commands:</p>
<ul>
<li><code>curl https://blank_x.keybase.pub/blankX.asc | gpg --import</code></li>
<li><code>wget -O - https://blank_x.keybase.pub/blankX.asc | gpg --imoprt</code></li>
<li><code>gpg --fetch-keys https://blank_x.keybase.pub/blankX.asc</code></li>
</ul>
<!-- </div> -->
<script src='toc.js'></script>
<script>
const SAVE_YOUR_INTERNET_CONFIG = {
'language': 'en',
'hideOnReload': false
};
</script>
<script src="https://cdn.jsdelivr.net/npm/save-your-internet-widget/dist/syi-widget.js" async></script>
</body>
</html>