Rust implementation of the Synchronizing Key Server for PGP keys.
We will try to comply with the IETF Draft for The OpenPGP HTTP Keyserver Protocol (HKP).
Please see the CHANGELOG for a release history.
Coming soon!
Coming soon!
Coming soon!
Coming soon!
It'll be helpful to have Docker installed.
There is a docker-compose.yml
that can be loaded using either docker stack
or docker compose
. Run docker stack deploy -c docker-compose.yml postgres
or docker-compose up
depending on which tool you prefer to use. This will start Postgres on port 5432
, as well as an Adminer on port 8080
.
Coming soon!
Coming soon!