Skip to content

jjanku/meesign-server

 
 

Repository files navigation

MeeSign Server

Server-side implementation for MeeSign system.

Usage

Local Build

  1. Install Rust

  2. Clone the repository:

    git clone https://github.com/crocs-muni/meesign-server
  3. Generate server private key and certificate:

    bash generate_certificates.sh
  4. Prepare MeeSignHelper

  5. Build and run the server:

    cargo run

Run in a Docker Container

  1. Generate server private key and certificate:

    bash generate_certificates.sh
  2. 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:

    1. latest - this is the latest stable version, you can optionally specify a specific stable version
    2. nightly - a bleeding-edge unstable version that is released every midnight

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.9%
  • Dockerfile 2.9%
  • Shell 1.2%