Flask application providing HTTP API for Turris:Sentinel authentication backend.
- 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
- Example configuration can be found in
- Run the application using
flask run
(Use wsgi server for production!)