Skip to content

Files

Latest commit

 

History

History
13 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 251 Bytes

3rdParty CA

This is the 3rdParty CA (Certificate Authority).

Usage

Run the server

./run.sh

Connect to the server

  • with curl
    curl -d "uid=dohki&passwd=1234" localhost:5000/user/login
  • with python requests
    Google it.