Bitwarden – one year later

I have tried to access my Bitwarden (self-hosted) installation with macOS client. There were two issues:

Failed to fetch, and
SSL issue (outdated certificate).

First one was fixed by allowing Bitwarden to access local network

Second one, required updating certificates inside my Bitwarden installation. You can find certificates inside a directory with SSL certificates.

bitwarden/bwdata/ssl

To extract ctr from pem you can use following command:

> openssl x509 -outform PEM -in cert.pem -out cert.crt

And you can read more about certificates configuration here.