Sublime Forum

Generating .oscrypto-ca-bundle.crt after mac OS install and security

#1

Hi. After upgrading my system to latest macOS Sierra oscrypto-ca-bundle.crt has been automaticly created. I sync my whole User Preferences settings via public dotfiles. Is is secure to share this file with other Github users? What is this file, what does it contain?

Thanks

0 Likes

#2

It contains a copy of all of the CA trust roots on your machine, exported for compatibility with the Python ssl module. You should add this to your .gitignore so that each machine generates its own copy.

Previously this file was named Package Control.system-ca-bundle. The new filename is based on the fact that the oscrypto Python package is now used for the export process.

2 Likes

#3

Thanks a ton!

0 Likes