GithubHelp home page GithubHelp logo

joefiorini / openssl-osx-ca Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raggi/openssl-osx-ca

0.0 3.0 0.0 8 KB

Short and simple cronjob to sync OSX Keychain certs to Homebrew installed OpenSSL

Makefile 17.37% Shell 82.63%

openssl-osx-ca's Introduction

openssl-osx-ca

A simple script intended to be run from cron(1) to sync a homebrew installed openssl CA pem with the certificates found in the OSX Keychain.

The installed CA pem file will be made available through the default X.509 store path.

Installation

  • To install via homebrew:

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

       make install PREFIX=/opt/openssl-osx-ca
  • To set the frequency, set the value of FREQUENCY when installing, defaults to @hourly. The value of FREQUENCY must be a supported crontab time specification. e.g.

       make install FREQUENCY=@daily

Intended use cases

  • Ruby 2.0.0+
  • Other brew installed programs that rely on modern OpenSSL versions

Known limitations

  • openssl s_client does not respect the default cafile. Adding any -CApath argument (even e.g. '?'), will cause verification to work.
  • Syncs are only performed 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.

openssl-osx-ca's People

Contributors

raggi avatar stouset avatar

Watchers

Joe Fiorini avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.