From d660a392b9da20e5cbcbe09126ba5bb625734691 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Fri, 9 Aug 2024 15:57:35 -0500 Subject: [PATCH] punctuation fix --- website/docs/core/certificates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/core/certificates.md b/website/docs/core/certificates.md index 284d5f27fb..be0e4e26df 100644 --- a/website/docs/core/certificates.md +++ b/website/docs/core/certificates.md @@ -85,8 +85,8 @@ RUN update-ca-certificates USER authentik ``` -2. Add your custom CA to /etc/ssl/certs -3. Run `update-ca-certificates` as root to add the SSL certificates (CA) to the environment +2. Add your custom SSL certificates (CA) to `/etc/ssl/certs`. +3. Run `update-ca-certificates` as root to add the certificates to the environment. ## Web certificates