Browse Source

code-block_update (#473)

pull/476/head
Aaron Marshall 5 years ago committed by GitHub
parent
commit
7b16aceea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      _articles/hosting/certificates.md

5
_articles/hosting/certificates.md

@ -104,11 +104,10 @@ Generate a self-signed certificate: @@ -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

Loading…
Cancel
Save