Loading .gitignore +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ data* # DB conf services/webapp/db_conf.sh services/proxy/certificates # Compose docker-compose.yml services/proxy/prestartup_proxy.sh +4 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ if [ "x$ROSETTA_TASKS_PROXY_HOST" == "x$ROSETTA_HOST"] || [ "x$ROSETTA_TASKS_PRO ROSETTA_TASKS_PROXY_HOST=$ROSETTA_HOST else # Always create dir if not existent mkdir -p /etc/letsencrypt/live/$ROSETTA_TASKS_PROXY_HOST/ # If there are no certificates, use snakeoils if [ ! -f "/etc/letsencrypt/live/$ROSETTA_TASKS_PROXY_HOST/cert.pem" ]; then echo "Using default self-signed certificate cer file for $ROSETTA_TASKS_PROXY_HOST as not existent..." Loading Loading
.gitignore +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ data* # DB conf services/webapp/db_conf.sh services/proxy/certificates # Compose docker-compose.yml
services/proxy/prestartup_proxy.sh +4 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ if [ "x$ROSETTA_TASKS_PROXY_HOST" == "x$ROSETTA_HOST"] || [ "x$ROSETTA_TASKS_PRO ROSETTA_TASKS_PROXY_HOST=$ROSETTA_HOST else # Always create dir if not existent mkdir -p /etc/letsencrypt/live/$ROSETTA_TASKS_PROXY_HOST/ # If there are no certificates, use snakeoils if [ ! -f "/etc/letsencrypt/live/$ROSETTA_TASKS_PROXY_HOST/cert.pem" ]; then echo "Using default self-signed certificate cer file for $ROSETTA_TASKS_PROXY_HOST as not existent..." Loading