Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed Jun 3, 2022
1 parent 9892a45 commit 40450a1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# MeeSign Server

Server-side implementation for MeeSign system.

## Usage

1. [Install Rust](https://www.rust-lang.org/tools/install)

2. Clone the repository:

```bash
git clone https://github.com/crocs-muni/meesign-server
```

3. Generate server private key and certificate:

```bash
bash generate_certificates.sh
```

4. [Prepare MeeSignHelper](https://github.com/dufkan/meesign-helper)

5. Build and run the server:

```bash
cargo run
```

0 comments on commit 40450a1

Please sign in to comment.