I’m getting the error: [ERROR] I/O error while setting tls.certs
docker run -d --name bitwarden -e ROCKET_TLS=’{certs="/ssl/bitwarden.crt",key="/ssl/bitwarden.key"}’ -v /ssl/:/ssl/ -v /bw-data/:/data/ -p 443:80 bitwardenrs/server:latest
I’m using custom certs generated from a pfsense cert authority. The cert/key are in the dir /bw-data/ssl/
At this point I’m not sure whats wrong. Also where do I put the cert chain?
Thanks!