Skip to content

Fluidkeys OpenPGP keys which can be discovered via Web Key Directory (WKD)

Notifications You must be signed in to change notification settings

fluidkeys/web-key-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OpenPGP Web Key Directory

Web Key Directory (WKD) allows an OpenPGP client to discover a public key from an email address.

It works by converting an email address e.g. [email protected] into a special URL and requesting it by HTTPS:

https://fluidkeys.com/.well-known/openpgpkey/hu/im4cc8qhazwkfsi65a8us1bc5gzk1o4p

This returns the OpenPGP in binary format (not ascii-armored).

Github WKD + redirect

As a temporary solution we're using Github to host our public keys, and using a simple redirect in our nginx configuration:

# /etc/nginx/sites-enabled/fluidkeys.com_HTTPS

rewrite ^/.well-known/openpgpkey/(.*)$ https://github.com/fluidkeys/web-key-directory/raw/master/.well-known/openpgpkey/$1 redirect;

In the future Fluidkeys will host and automatically update our WKD keys.

About

Fluidkeys OpenPGP keys which can be discovered via Web Key Directory (WKD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published