README.org: Add a note about ssl certificates

This commit is contained in:
Collin J. Doering 2023-12-31 15:01:45 -05:00
parent 8359f98fe0
commit a7a2b42cd0
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ Depending on use-case, it is sometimes useful to retain the guix cache between c
invocations. To do so, mount a volume to ~$HOME/.cache/guix~ (replacing ~$HOME~ with what it
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.
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.
The working directory within the container is also set with the ~-w~ option, however this is