1
0
mirror of https://github.com/bitwarden/help synced 2026-02-10 13:29:58 +00:00

code-block_update (#473)

This commit is contained in:
Aaron Marshall
2021-03-10 09:50:31 -06:00
committed by GitHub
parent 233abc2bb1
commit 7b16aceea1

View File

@@ -104,11 +104,10 @@ Generate a self-signed certificate:
```
Your self-signed certificate (`.crt`) and private key (`private.key`) can be placed in the `./bwdata/ssl/self/your.domain` directory and configured in the `./bwdata/config.yml`:
```
```
ssl_certificate_path: /etc/ssl/bitwarden.example.com/certificate.crt
ssl_key_path: /etc/ssl/bitwarden.example.com/private.key
```
```
### Trust a Self-signed Certificate