README.org: Update blurb on ssl certificates

This commit is contained in:
Collin J. Doering 2024-01-01 15:13:19 -05:00
parent c9b3062f11
commit 60f52947ec
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 1 deletions

View File

@ -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.