Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 901 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 901 Bytes

Certapi

pipeline status coverage report

Flask application providing HTTP API for Turris:Sentinel authentication backend.

Development usage

  • Prepare python virtual environment and install certapi package (Consider using -e option: pip install -e .)
  • Create .env file with local environment variables (see .env.example)
  • Set the configuration in instance/local.cfg
    • Example configuration can be found in instance/local.cfg.example
    • The default configuration can be found in certapi/default_settings.py
  • Run the application using flask run (Use wsgi server for production!)