Skip to content

Instantly share code, notes, and snippets.

@gornostal
Created September 6, 2017 13:28
Show Gist options
  • Save gornostal/d4d3ae4f5d830fbb36bb9eef62fa984c to your computer and use it in GitHub Desktop.
Save gornostal/d4d3ae4f5d830fbb36bb9eef62fa984c to your computer and use it in GitHub Desktop.
Fedora. Install trusted certificate into the system (p7b file)
openssl pkcs7 -in mycert.p7b -inform DER -print_certs -out mycert.pem
sudo cp mycert.pem /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment