Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 474 Bytes

quicksign

Sign Data Quickly

Use with docker

# Pull the built docker image
docker pull halftome/quicksign

# make sure your private key is in a separate directory to mount into the docker container
docker run -it -p 80:80 --env pw=yourkeypassword --env keyfile=nameofyourkeyfile -v /directorycontaining/privatekey:/root/private halftome/quicksign

Or build and run it yourself

pip3 install -e .
npm install
npm run production
./main.py