From 04a90b1563b7c3603077f464dd6c27fc8d9ae63c Mon Sep 17 00:00:00 2001 From: Jim Severino Date: Mon, 15 Jun 2026 16:46:27 +1000 Subject: [PATCH] Fix(docs): Change symlinks to SSL cert files from absolute to relative --- docs/2_INSTALL_CONTAINERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2_INSTALL_CONTAINERS.md b/docs/2_INSTALL_CONTAINERS.md index a295745..a278c9a 100644 --- a/docs/2_INSTALL_CONTAINERS.md +++ b/docs/2_INSTALL_CONTAINERS.md @@ -318,8 +318,8 @@ Follow the prompts to add TXT records to your DNS. Note: manual mode doesn't aut Link the certificates into place: ```sh -ln -sf /srv/tranquil-pds/certs/live/pds.example.com/fullchain.pem /srv/tranquil-pds/certs/fullchain.pem -ln -sf /srv/tranquil-pds/certs/live/pds.example.com/privkey.pem /srv/tranquil-pds/certs/privkey.pem +ln -sf live/pds.example.com/fullchain.pem /srv/tranquil-pds/certs/fullchain.pem +ln -sf live/pds.example.com/privkey.pem /srv/tranquil-pds/certs/privkey.pem ``` Restart nginx to load them: