For self deployment please do the following
-
Create self signed certificates using openssl:
runopenssl 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