srct / sks-rs

Rust implementation of the Synchronizing Key Server for PGP keys
Apache License 2.0
14 stars 1 forks source link

sks-rs (pronounced "scissors")

Build Status License

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).

CHANGELOG

Please see the CHANGELOG for a release history.

Screenshots

Coming soon!

Comparison with SKS

Coming soon!

Why should I use sks-rs?

Coming soon!

Installation

Coming soon!

Development

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.

Known issues

Coming soon!

Contributing

Coming soon!