1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

code-block_fix (#469)

This commit is contained in:
Aaron Marshall
2021-03-09 16:49:37 -06:00
committed by GitHub
parent c947e77a36
commit b082b5a352

View File

@@ -106,7 +106,6 @@ 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
```