firstdorsal / easy-wkd

This is a mirror of https://git.y.gy/firstdorsal/easy-wkd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install docker docker-compose and use traefik for maximum convenience

execute

git clone https://git.y.gy/firstdorsal/wkd-auto-docker
cd wkd-auto-docker
mkdir public-keys

copy your public keys

create a file in the public-keys directory with the name of your key id (for example: paul@example.com) and insert your public key into the file.

get the public key:

thunderbird

menu > extras > manage OpenPGP keys > right click the key > copy public key

cmd line

gpg -a --export paul@example.com > public-keys/paul@example.com

or

gpg -a --export paul@example.com > paul@example.com

start the server

docker-compose up -d --build

check here

https://metacode.biz/openpgp/web-key-directory

thanks @www.kuketz-blog.de https://www.kuketz-blog.de/gnupg-web-key-directory-wkd-einrichten/

About

This is a mirror of https://git.y.gy/firstdorsal/easy-wkd

License:MIT License


Languages

Language:JavaScript 91.2%Language:Shell 4.9%Language:Dockerfile 3.9%