Skip to content

Instantly share code, notes, and snippets.

@gianpaolof
Last active October 9, 2019 13:47
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 gianpaolof/bf8749dd7367c8519126e68fd7f767aa to your computer and use it in GitHub Desktop.
Save gianpaolof/bf8749dd7367c8519126e68fd7f767aa to your computer and use it in GitHub Desktop.
installing certificates on ubuntu
Go to /usr/local/share/ca-certificates/
Create a new folder, i.e. "sudo mkdir school"
Copy the .crt file into the school folder
Make sure the permissions are OK (755 for the folder, 644 for the file)
Run "sudo update-ca-certificates"
ref: https://askubuntu.com/questions/645818/how-to-install-certificates-for-command-line/859887
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment