You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This discussion was converted from issue #1335 on January 28, 2021 21:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
Beta Was this translation helpful? Give feedback.
All reactions