You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo mkdir /usr/share/ca-certificates/extra
$ sudo cp foo.crt /usr/share/ca-certificates/extra/foo.crt #Copy the CA .crt file to this directory
$ sudo dpkg-reconfigure ca-certificates #add the .crt file's path relative to /usr/share/ca-certificates to /etc/ca-certificates.conf
Install Root CA in Server
$ sudo cp foo.crt /etc/pki/tls/certs/ca-bundle.crt $ update-ca-trust enable $ update-ca-trust extract
Also, you can install CA to gold image
Resources
The text was updated successfully, but these errors were encountered: