Skip to content

th-nuernberg/secure-questionnaire

Repository files navigation

Secure Questionaire

For self deployment please do the following

  • Create self signed certificates using openssl:
    run openssl req -nodes -new -x509 -keyout self-signed.key -out self-signed.cert
    in ./flaskapp/nginx/auth.
    Or place pair created by CA into the directory to make the connection trusted.

  • Set JWT secret in ./flaskapp/.env

  • Set admin password in ./flaskapp/.env

    • username: admin
    • name: $ADMIN_PASSWORD