0x4448
Results
2
comments of
0x4448
https://github.com/bitwarden/self-host/blob/93fdabd92ab599b3764c6919ec1ce551942013c1/run.sh#L167C1-L168C47 The updateLetsEncrypt function only runs if the `bwdata/letsencrypt/live` directory exists. If your certs are managed elsewhere, removing this directory should fix it.
`bwdata/letsencrypt` is really meant for Bitwarden's managed Let's Encrypt certificates. If you use that folder for your own LE certificates, there could be unexpected results. I use `bwdata/ssl/bitwarden.example.com` to store...