mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #1335] Error with the certificate? #916
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#916
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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