Added get-keys.html
This commit is contained in:
		
							parent
							
								
									eaa0714882
								
							
						
					
					
						commit
						02bb009d53
					
				|  | @ -0,0 +1,65 @@ | |||
| <html> | ||||
| <head> | ||||
| <title>/blankX/get-keys.html</title> | ||||
| <link rel="stylesheet" type="text/css" href="index.css"> | ||||
| </head> | ||||
| <body> | ||||
| <h1>/blankx/get-keys.html</h1> | ||||
| <p class='green'>I don't know what a "static site generator" is</p> | ||||
| <br> | ||||
| <h2>The keyserver way:</h2> | ||||
| <ul> | ||||
| <li>Go to a keyserver (usually they sync, right? I use hkps://hkps.pool.sks-keyservers.net)</li> | ||||
| <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 curl):</h2> | ||||
| <ul> | ||||
| <li><code>curl https://keybase.io/blank_x/key.asc | gpg --import</code></li> | ||||
| </ul> | ||||
| 
 | ||||
| <h2>The bother amolith way:</h2> | ||||
| <ul> | ||||
| <li>Ask amolith for my public key. His contact methods <a href='https://nixnet.xyz/contact'>here</a></li> | ||||
| </ul> | ||||
| 
 | ||||
| <h2>The messages way on Telegram:</h2> | ||||
| <ul> | ||||
| <li>Go <a href='https://t.me/blankX_chaos/1394'>here</a>, <a href='https://t.me/blankX_chaos/1395'>here</a> and <a href='https://t.me/blankX_chaos/1396'>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='https://gitlab.com/blankX/random-repo/raw/master/blankX.asc?inline=false'>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 curl):</h2> | ||||
| <ul> | ||||
| <li><code>curl https://gitlab.com/blankX/random-repo/raw/master/blankX.asc | gpg --import</code></li> | ||||
| </ul> | ||||
| 
 | ||||
| <h2>The file way on Telegram:</h2> | ||||
| <ul> | ||||
| <li>Download <a href='https://t.me/WindhoesRebel/1946'>this file</a></li> | ||||
| <li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li> | ||||
| </ul> | ||||
| </body> | ||||
| </html> | ||||
		Loading…
	
		Reference in New Issue