[GH-ISSUE #1335] Error with the certificate? #916

Closed
opened 2026-03-03 02:04:40 +03:00 by kerem · 0 comments
Owner

Originally created by @SrGato001 on GitHub (Jan 28, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1335

Hellow, I have tried installing Bitwarden_rs on my raspberry pi 4 (4gb of ram) with this tutorial (https://www.youtube.com/watch?v=eCJA1F72izc), I created the cerficate with https://github.com/dani-garcia/bitwarden_rs/wiki/Private-CA-and-self-signed-certs-that-work-with-Chrome 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 https://prnt.sc/xrmwck

The certificates: https://prnt.sc/xrmxyg

Originally created by @SrGato001 on GitHub (Jan 28, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1335 Hellow, I have tried installing Bitwarden_rs on my raspberry pi 4 (4gb of ram) with this tutorial (https://www.youtube.com/watch?v=eCJA1F72izc), I created the cerficate with https://github.com/dani-garcia/bitwarden_rs/wiki/Private-CA-and-self-signed-certs-that-work-with-Chrome 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 https://prnt.sc/xrmwck The certificates: https://prnt.sc/xrmxyg
kerem 2026-03-03 02:04:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#916
No description provided.