I have the Root in the Download file (4 times now actually) and gone through all the steps, but when I get to the end in Terminal it never says “1 added” . I’ve followed the directions many times now and just stuck. Here’s what I’m seeing (I protected my “adjective _noun” in this message, but it’s in the Terminal script:
cd ~/Downloads
sudo mkdir -p /usr/share/ca-certificates/start9
sudo cp “****-.crt" /usr/share/ca-certificates/start9/
sudo bash -c "echo 'start9/-*****.crt’ >> /etc/ca-certificates.conf”
sudo update-ca-certificates
Updating certificates in /etc/ssl/certs…
W: /usr/share/ca-certificates/start9/adjective-noun.crt not found, but listed in /etc/ca-certificates.conf.
W: /usr/share/ca-certificates/start9/adjective-noun.crt not found, but listed in /etc/ca-certificates.conf.
W: /usr/share/ca-certificates/start9/adjective-noun.crt not found, but listed in /etc/ca-certificates.conf.
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d…
done.
done.
Please advise