0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00

mention that putting bitwarden_rs behind a reverse proxy is probably better

Jeremy Lin 2020-02-05 23:25:15 -08:00
parent f7012e8b1b
commit e067d11b9f

@ -1,4 +1,4 @@
To enable HTTPS, you need to configure the `ROCKET_TLS`.
To enable HTTPS in `bitwarden_rs` itself, set the `ROCKET_TLS` environment variable as described below. However, since Rocket's TLS support is relatively immature, it would typically be preferable to use a more mature [reverse proxy](https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples) unless you really need to minimize dependencies.
The values to the option must follow the format:
```