I've been having issues with pulling requests and accessing sites in terminal. gives me the certificate signed by unknown authority error.
I have followed guides to install the certificate system-wide, but I'm either doing something wrong (being new to Ubuntu still it's likely) or that guide isn't good for the ca cert I'm using.[where the guide told me to paste the cert. I hope I can find someone that actually knows what they are doing to tell me what I'm doing horribly wrong. The cert file is pasted in the certificates folder before I updated the certificates using the commands below.
I used this line of commands to try install the cert:
sudo apt-get install -y ca-certificates
sudo cp local-ca.crt /usr/local/share/ca-certificates
sudo update-ca-certificates
this is the output of the commands screenshot of terminal output
Here is the guide I have been using: https://ubuntu.com/server/docs/security-trust-store