Skip to content

Instantly share code, notes, and snippets.

@ricardodestro
Created February 23, 2018 19:14
Show Gist options
  • Save ricardodestro/f488ed6e661ba85c245783aa2b156055 to your computer and use it in GitHub Desktop.
Save ricardodestro/f488ed6e661ba85c245783aa2b156055 to your computer and use it in GitHub Desktop.
Linux - Install certificate
openssl x509 -inform DER -in YOUR_CERTIFICATE.cer -out YOUR_CERTIFICATE.crt
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment