0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-18 03:48:22 +02:00

Add note that the mobile app requires valid OCSP stapling

Bernard Spil 2021-05-22 13:12:05 +00:00
parent e0cd279105
commit 7c8ddb0920

@ -13,7 +13,7 @@ For an HTTPS server to work, it also needs an SSL/TLS certificate, so you'll nee
* (Recommended) If you trust [Cloudflare](https://www.cloudflare.com/) to proxy your traffic, you can let them handle issuance of your SSL/TLS certs. Note that the upstream Bitwarden web vault (https://vault.bitwarden.com/) runs behind Cloudflare.
* (Not recommended) [[Set up a private CA|Private-CA-and-self-signed-certs-that-work-with-Chrome]] and issue your own (self-signed) certificates. There are various pitfalls and inconveniences associated with this, so consider yourself warned.
Refer to the [Getting SSL/TLS certificates](#getting-ssltls-certificates) section for more details on these options.
Refer to the [Getting SSL/TLS certificates](#getting-ssltls-certificates) section for more details on these options. For the mobile app to work, you must have properly configured [OCSP stapling](https://en.wikipedia.org/wiki/OCSP_stapling) set up.
## Enabling HTTPS