Server-side implementation for MeeSign system.
-
Clone the repository:
git clone https://github.com/crocs-muni/meesign-server
-
Generate server private key and certificate:
bash generate_certificates.sh
-
Build and run the server:
cargo run
-
Generate server private key and certificate:
bash generate_certificates.sh
-
Run in a container
docker run --detach --publish 1337:1337 --volume `pwd`/server-key.pem:/meesign/server-key.pem --volume `pwd`/server-cert.pem:/meesign/server-cert.pem crocsmuni/meesign:latest
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