0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-18 11:58:24 +02:00

fix link

Jeremy Lin 2020-02-05 23:27:33 -08:00
parent e067d11b9f
commit a339d19904

@ -1,4 +1,4 @@
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.
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|proxy-examples]] unless you really need to minimize dependencies.
The values to the option must follow the format:
```