From 60f52947ec0aacbbb3498499c59ed86fb94a0bda Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 1 Jan 2024 15:13:19 -0500 Subject: [PATCH] README.org: Update blurb on ssl certificates --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 30c2dad..17ad36a 100644 --- a/README.org +++ b/README.org @@ -62,7 +62,9 @@ invocations. To do so, mount a volume to ~$HOME/.cache/guix~ (replacing ~$HOME~ will be set to within the container). SSL certificates are included and configured for use in the container (via the ~nss-certs~ -package). However, it is recommended to use your hosts certificate files via a volume mount. +package). Its important to note that if a users mounts their guix hosts certificates, they +must also mount its store as the certificate files in /etc/ssl/certs will be links to files +in the store. A complete example is given below, where the aforementioned volumes are mounted, ~HOME~ is set to ~/tmp~, and a volume for retaining the guix cache between invocations is put in place.