From b082b5a352bc75d7736c502070ced527b8d87039 Mon Sep 17 00:00:00 2001 From: Aaron Marshall Date: Tue, 9 Mar 2021 16:49:37 -0600 Subject: [PATCH] code-block_fix (#469) --- _articles/hosting/certificates.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_articles/hosting/certificates.md b/_articles/hosting/certificates.md index 5689f798..ca4a02ad 100644 --- a/_articles/hosting/certificates.md +++ b/_articles/hosting/certificates.md @@ -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 ```