mirror of
https://github.com/adulau/abstract-key-server.git
synced 2024-12-21 08:16:00 +00:00
Alexandre Dulaunoy
95e460655d
Only supported query is: curl http://127.0.0.1:5000/pks/lookup?op=get\&search=0x3b12dcc282fa29312f5b709a09e2cd4944e6cbcd
5 lines
54 B
Bash
5 lines
54 B
Bash
#!/bin/bash
|
|
cd bin
|
|
export FLASK_APP=aks.py
|
|
flask run
|
|
|