From 7b16aceea1654c938345513cdce69f48588f84c6 Mon Sep 17 00:00:00 2001 From: Aaron Marshall Date: Wed, 10 Mar 2021 09:50:31 -0600 Subject: [PATCH] code-block_update (#473) --- _articles/hosting/certificates.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_articles/hosting/certificates.md b/_articles/hosting/certificates.md index ca4a02ad..d50b33d9 100644 --- a/_articles/hosting/certificates.md +++ b/_articles/hosting/certificates.md @@ -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