2021-03-31 06:55:09 -06:00
|
|
|
extends ../templates/base.pug
|
|
|
|
|
|
|
|
block content
|
2023-09-15 06:25:15 -06:00
|
|
|
section
|
2021-03-31 06:55:09 -06:00
|
|
|
h1 Profile URL
|
|
|
|
form#form-util-profile-url(method='post')
|
|
|
|
p This tool generates an URL for your Keyoxide profile page.
|
|
|
|
h3 Public key
|
2021-06-28 17:03:27 -06:00
|
|
|
label(for='source') Source:
|
2021-03-31 06:55:09 -06:00
|
|
|
select#source.source(name='source')
|
|
|
|
option(value='wkd') Web Key Directory
|
|
|
|
option(value='hkp') keys.openpgp.org
|
|
|
|
option(value='keybase') Keybase
|
|
|
|
br
|
2022-09-28 05:08:12 -06:00
|
|
|
input#input.half-width(type='text' name='input' placeholder='Input' value='')
|
2021-03-31 06:55:09 -06:00
|
|
|
h3 Profile URL
|
|
|
|
pre
|
2022-09-28 05:08:12 -06:00
|
|
|
code#output Waiting for input…
|
2021-03-31 06:55:09 -06:00
|
|
|
h3 Help
|
|
|
|
p
|
|
|
|
| When using the
|
|
|
|
strong Web Key Directory
|
|
|
|
| source, the
|
|
|
|
strong Input
|
|
|
|
| looks like
|
|
|
|
strong username@domain.org
|
|
|
|
| .
|
|
|
|
p
|
|
|
|
| When using the
|
|
|
|
strong keys.openpgp.org
|
|
|
|
| source, the
|
|
|
|
strong Input
|
|
|
|
| is either the
|
|
|
|
strong fingerprint
|
|
|
|
| of your public key, or the main identity's
|
|
|
|
strong email address
|
|
|
|
| .
|
|
|
|
p
|
|
|
|
| When using the
|
|
|
|
strong Keybase
|
|
|
|
| source, the
|
|
|
|
strong Input
|
|
|
|
| is the URL obtained by going to your Keybase profile page, clicking on the
|
|
|
|
strong key id
|
|
|
|
| of your keypair and copying the URL of the
|
|
|
|
strong this key
|
|
|
|
| link.
|