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
Provide the required certificate and private key file.
Set BW_ENABLE_SSL to "true" in settings.env.
Set BW_SSL_KEY to a name other than "ssl.key" (e.g. "private.key" following the BW documentation on "certificate options") in settings.env.
Start the server.
Expected Result
BW Unified uses provided cert and key.
Actual Result
BW Unified doesn't find "ssl.key" and tries to generate a key pair, overwriting the provided key file (or failing to do so). The nginx server doesn't start.
It seems that this part in the entrypoint.sh is the problem:
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
Expected Result
BW Unified uses provided cert and key.
Actual Result
BW Unified doesn't find "ssl.key" and tries to generate a key pair, overwriting the provided key file (or failing to do so). The nginx server doesn't start.
It seems that this part in the entrypoint.sh is the problem:
server/docker-unified/entrypoint.sh
Line 51 in 93afa93
It only checks if "ssl.key" doesn't exist, not respecting the BW_SSL_KEY setting.
Screenshots or Videos
No response
Additional Context
No response
Githash Version
n/a
Environment Details
No response
Database Image
No response
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: