Skip to content

Instantly share code, notes, and snippets.

@akszydelko
Last active June 25, 2016 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akszydelko/497810875712ffa7ce17430cc089e6fa to your computer and use it in GitHub Desktop.
Save akszydelko/497810875712ffa7ce17430cc089e6fa to your computer and use it in GitHub Desktop.
Adding trusted root certificates to the server

Add trusted root certificate

Copy your certificate file *.crt into /usr/local/share/ca-certificates/

$ sudo cp foo.crt /usr/local/share/ca-certificates/

Update the CA store

$ sudo update-ca-certificates

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment