For setting up the HTTPS terminating proxy nginx, user must currently configure the complete path to the certificate file in the environment settings OTOBO_NGINX_SSL_CERTIFICATE and OTOBO_NGINX_SSL_CERTIFICATE_KEY. This is even required when they use the same file and directory names that are mentioned in the installation manual. The setup is also error prone, as it easy to forget about specifying the complete path. So this can be improved. The requirement is that existing configs,with the complete path, continue to work as expected.
TODO:
[ ] remove unhelpful default that is set up in the image itself
[ ] provide sane defaults, as laid out in the installation manual, in docker-compose/override-https*.yml
For setting up the HTTPS terminating proxy nginx, user must currently configure the complete path to the certificate file in the environment settings OTOBO_NGINX_SSL_CERTIFICATE and OTOBO_NGINX_SSL_CERTIFICATE_KEY. This is even required when they use the same file and directory names that are mentioned in the installation manual. The setup is also error prone, as it easy to forget about specifying the complete path. So this can be improved. The requirement is that existing configs,with the complete path, continue to work as expected.
TODO: