Error with the certificate?

Hellow, I have tried installing Bitwarden_rs on my raspberry pi 4 (4gb of ram) with this tutorial (Full Guide to Self-Hosting Password Manager Bitwarden on Raspberry Pi - YouTube), I created the cerficate with Private CA and self signed certs that work with Chrome · dani-garcia/bitwarden_rs Wiki · GitHub but i dount know why it doesnt work, If I run it without the certificate it does work, but if I run it with the certificate it doesnt, It doesnt appear to show any error on console. If I run this: docker run -d --name bitwarden -v /bw-data/:/data/ -p 8080:80 bitwardenrs/server:latest-arm32v6
it works but If I run this: docker run -d --name bitwarden --restart unless-stopped -v /bw-data:/data -v /etc/ssl/certs:/ssl -e ROCKET_TLS=’{certs="/ssl/bitwarden.crt",key="/ssl/bitwarden.key"}’ -p 8080:80 bitwardenrs/server:latest-arm32v6 it doesnt it keeps restarting Screenshot by Lightshot

The certificates: Screenshot by Lightshot