mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2230] [rocket::config::error][ERROR] I/O error while setting tls.certs: #1196
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#1196
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 @drego05 on GitHub (Jan 13, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2230
I know this issue has been beaten to death BUT i figured I'd try my luck to see if maybe I'm missing something on my setup?
Permissions of the key and crt files are 644 on the host.
sudo docker run -d --name bitwarden --restart unless-stopped -v /home/pi/bw-data/ssl:/ssl/ -e ROCKET_TLS='{certs=/ssl/bitwarden.crt",key="/ssl/bitwarden.key"}' -p 8343:80 bitwardenrs/server:latestCould be one of those super simple things that I'm just not seeing.