Server-side implementation for MeeSign system.
-
Clone the repository:
git clone https://github.com/crocs-muni/meesign-server
-
Generate private keys and certificates:
bash generate_keys.sh
-
Build and run the server:
cargo run
-
Generate private keys and certificates:
bash generate_keys.sh
-
Run a nightly release
docker run --detach --publish 1337:1337 --volume `pwd`/keys/:/meesign/keys/ crocsmuni/meesign:nightly
There are 2 types of available releases:
- latest - this is the latest stable version, you can optionally specify a specific stable version
- nightly - a bleeding-edge unstable version that is released every midnight