When I change the ssl cert location just to test what it would do then. I get this error:
[14-09-2023 14:40:09.816][start][INFO] Rocket has launched from http://127.0.0.1:80
[14:40:09] FATAL:
[14:40:09] FATAL: SSL has been enabled using the 'ssl' option,
[14:40:09] FATAL: this requires a SSL certificate file which is
[14:40:09] FATAL: configured using the 'certfile' option in the
[14:40:10] FATAL: add-on configuration.
[14:40:10] FATAL:
[14:40:10] FATAL: Unfortunately, the file specified in the
[14:40:10] FATAL: 'certfile' option does not exists.
[14:40:10] FATAL:
[14:40:10] FATAL: Please ensure the certificate file exists and
[14:40:10] FATAL: is placed in the '/ssl/' directory.
[14:40:10] FATAL:
[14:40:10] FATAL: In case you don't have SSL yet, consider getting
[14:40:10] FATAL: a SSL certificate or setting the 'ssl' option
[14:40:10] FATAL: to 'false' in case you are not planning on using
[14:40:10] FATAL: SSL with this add-on.
[14:40:10] FATAL:
[14:40:10] FATAL: Check the add-on manual for more information.
[14:40:10] FATAL:
s6-rc: warning: unable to start service init-nginx: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service vaultwarden: stopping
[14-09-2023 14:40:10.155][rocket::server][WARN] Received SIGTERM. Requesting shutdown.
[14-09-2023 14:40:10.156][vaultwarden][INFO] Vaultwarden process exited!
[14:40:10] INFO: Service Vaultwarden exited with code 0 (by signal 0)
s6-rc: info: service vaultwarden successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-timezone: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-timezone successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped```
So idk why it then doesn't give that error when i have set the correct location..