2021-03-31 06:55:09 -06:00
|
|
|
extends ../templates/base.pug
|
|
|
|
|
|
|
|
block js
|
|
|
|
script(type='application/javascript' src='/static/openpgp.min.js' charset='utf-8')
|
|
|
|
script(type='application/javascript' src='/static/scripts.js' charset='utf-8')
|
2021-06-28 17:03:27 -06:00
|
|
|
script(type='application/javascript' src='/static/scripts.util.js' charset='utf-8')
|
2021-03-31 06:55:09 -06:00
|
|
|
|
|
|
|
block content
|
|
|
|
section.narrow
|
|
|
|
h1 Web Key Directory generator
|
|
|
|
form#form-util-wkd(method='post')
|
|
|
|
p
|
|
|
|
| This tool computes the part of the WKD URL that corresponds to the username when
|
|
|
|
a(href='/guides/web-key-directory') uploading keys using web key directory
|
|
|
|
| .
|
|
|
|
p
|
|
|
|
| If you enter the entire WKD identifier (username@domain.org), this tool will also generate the complete URLs.
|
|
|
|
h3 Input
|
|
|
|
input#input(type='text' name='input' placeholder='WKD username or identifier' value=input)
|
|
|
|
h3 Output
|
|
|
|
h4 Local part
|
|
|
|
pre
|
|
|
|
code#output.full-width Waiting for input...
|
|
|
|
h4 Direct URL
|
|
|
|
pre
|
|
|
|
code#output_url_direct.full-width Waiting for input...
|
|
|
|
h4 Advanced URL
|
|
|
|
pre
|
|
|
|
code#output_url_advanced.full-width Waiting for input...
|