On Sun, Feb 28, 2021 at 10:27:02AM +0000, Christopher Baines wrote: > root@horna ~# wget https://git.savannah.gnu.org/git/guix.git > --2021-02-28 11:22:49-- https://git.savannah.gnu.org/git/guix.git > Resolving git.savannah.gnu.org (git.savannah.gnu.org)... 209.51.188.201, 2001:470:142:5::201 > Connecting to git.savannah.gnu.org (git.savannah.gnu.org)|209.51.188.201|:443... connected. > ERROR: The certificate of ‘git.savannah.gnu.org’ is not trusted. > ERROR: The certificate of ‘git.savannah.gnu.org’ doesn't have a known issuer. By the way, it's expected that wget would fail here, if you had not installed and configured nss-certs as directed in the manual. `guix pull` uses its own certificate store (le-certs), and it's suppposed to happen automatically.