2019-01-13 14:58:53 +00:00
< html >
< head >
< title > /blankX/get-keys.html< / title >
2019-01-14 15:29:10 +00:00
< link rel = "stylesheet" type = "text/css" href = "/index.css" >
2019-01-13 14:58:53 +00:00
< / head >
< body >
2019-01-14 15:29:10 +00:00
<!-- <div class='container'> -->
2019-01-13 14:58:53 +00:00
< h1 > /blankx/get-keys.html< / h1 >
< p class = 'green' > I don't know what a "static site generator" is< / p >
< br >
2019-01-14 15:29:10 +00:00
< iframe width = 100% height = 10% src = '/toc.html' > < / iframe >
< br >
2019-01-13 14:58:53 +00:00
< 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 >
2019-01-13 15:04:32 +00:00
< li > Download < a href = '/blankX.asc' > this file< / a > < / li >
2019-01-13 14:58:53 +00:00
< 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 >
2019-01-13 15:04:32 +00:00
< li > < code > curl https://blankx.gitlab.io/blankX.asc | gpg --import< / code > < / li >
2019-01-13 14:58:53 +00:00
< / 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 >
2019-01-14 15:29:10 +00:00
<!-- </div> -->
2019-01-13 14:58:53 +00:00
< / body >
< / html >