Answers for "how to add ca to linux"

1

how to add ca to linux

sudo cp foo.crt /usr/local/share/ca-certificates/foo.crt
sudo update-ca-certificates
Posted by: Guest on January-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language