RotherOSS / otobo-docker

OTOBO Docker and Docker Compose files.
GNU General Public License v3.0
32 stars 16 forks source link

Introduce environment variable OTOBO_NGINX_SSL_DIR #78

Open bschmalhofer opened 3 years ago

bschmalhofer commented 3 years ago

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:

bschmalhofer commented 3 years ago

A related issue is #75.

bschmalhofer commented 2 years ago

Another related issue is #81.