All Projects → raggi → Openssl Osx Ca

raggi / Openssl Osx Ca

Licence: other
Simple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Openssl Osx Ca

Swcrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
Stars: ✭ 632 (+241.62%)
Mutual labels:  osx, mac, openssl
brewfile
🍎 Brewfile to install softwares in macOS for engineers
Stars: ✭ 37 (-80%)
Mutual labels:  homebrew, mac, osx
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (-40.54%)
Mutual labels:  osx, mac
Macos Patcher
Command line tool for running macOS on unsupported Macs
Stars: ✭ 114 (-38.38%)
Mutual labels:  osx, mac
Maclaunch
Manage your macOS startup items.
Stars: ✭ 133 (-28.11%)
Mutual labels:  osx, mac
Servpane
A launchd menu bar app for Mac
Stars: ✭ 99 (-46.49%)
Mutual labels:  osx, homebrew
Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+634.05%)
Mutual labels:  osx, mac
Evilosx
An evil RAT (Remote Administration Tool) for macOS / OS X.
Stars: ✭ 1,826 (+887.03%)
Mutual labels:  osx, mac
Macqq
mac版QQ,swift,macOS,仿QQ mac端
Stars: ✭ 72 (-61.08%)
Mutual labels:  osx, mac
Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (-18.92%)
Mutual labels:  osx, mac
Omnifocus Stats
📊 Stats tool for OmniFocus.
Stars: ✭ 148 (-20%)
Mutual labels:  osx, mac
Macos Downloader
Command line tool for downloading macOS installers and beta updates
Stars: ✭ 162 (-12.43%)
Mutual labels:  osx, mac
Neptunes
simple and reliable Last.fm scrobbler for iTunes and Spotify for macOS
Stars: ✭ 98 (-47.03%)
Mutual labels:  osx, mac
Macchanger
 Change your mac address, for macOS
Stars: ✭ 75 (-59.46%)
Mutual labels:  osx, mac
Tensorflow Gpu Macosx
Unoffcial NVIDIA CUDA GPU support version of Google Tensorflow for MAC OSX
Stars: ✭ 103 (-44.32%)
Mutual labels:  osx, mac
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+539.46%)
Mutual labels:  osx, mac
N1 Ido
Ido is a clean, simple, Polymail-inspired theme for Mailspring
Stars: ✭ 118 (-36.22%)
Mutual labels:  osx, mac
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+1098.38%)
Mutual labels:  osx, homebrew
Owon Vds1022
Unofficial release for the OWON VDS1022/I Oscilloscope
Stars: ✭ 63 (-65.95%)
Mutual labels:  osx, mac
Reminders Cli
Command-line interface to interact with the Reminders.app
Stars: ✭ 67 (-63.78%)
Mutual labels:  osx, mac

osx-ca-certs (previously openssl-osx-ca (and libressl-osx-ca))

A simple tool and script intended to be run periodically by launchd(8) to sync an openssl style CA pem with the certificates found in the OSX Keychain(s).

The original name is now a misnomer, as the software will manage certificate bundles for both openssl and libressl installed under Homebrew.

The Makefile contains a target called osx-ca-certs that acts a lot like security export -t certs -p, except that it does not dump certificates that are marked as untrusted as the latter does.

The keychains exported to the CA bundle by default are:

  • System.keychain
  • SystemRootCertificates.keychain
  • login.keychain (if run as a user)

The installed CA pem file will be made available through the default X.509 store path, commonly /usr/local/etc/openssl/cert.pem.

Installation

  • To install via homebrew:

       brew tap raggi/ale
       brew install openssl-osx-ca
       brew services start openssl-osx-ca
    
  • To install standalone:

       make install
    
  • To set the frequency, set the value of FREQUENCY when installing, defaults to 3600, one hour. The value of FREQUENCY must be a value in seconds.

       make install FREQUENCY=3600
    
  • Other variables from the Makefile can be overridden, take a look at the head of the Makefile for more information.

Intended use cases

  • Ruby 2.0.0+
  • LibreSSL users
  • OpenSSL users
  • Other brew / manually installed things that link a non-Apple TLS implementations

Known limitations & Notes

  • Only supports El Capitan and above.
  • Syncs are by default perfomed once per hour.
  • Syncs may not be sufficiently atomic. There is a small possiblity of race conditions that could cause openssl programs to fail. The sync time is very very short, so in practice this is unlikely.
  • OSX CA bundles are not always particularly up to date, for example in August 2016, they contained 17 expired certificates and several that Mozilla have chosen to remove, either for technical or audit reasons.
  • Installation as root is generally not required, and may require some extra changes to the Makefile.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].