Giter Site home page Giter Site logo

puppet-ssl's Introduction

SSL Management Module

This module provides a standard way to manage your SSL certificates, and currently includes support for auto-downloading your signed certs from InCommon.

Supported platforms are RedHat, Debian and Archlinux (based on $::osfamily fact). Pull requests for other platforms are welcomed.

Dependencies

  • puppetlabs-stdlib >= 2.6.0 (may work with earlier versions)

Usage

As it stands, the intention is for the ssl::cert defined type to be used to build a self-signed cert. This process also generates a CSR for us. This is what needs to be submitted to the signing authority.

Once the signing authority signs your cert request, you can plug in the relevant certificate id into the appropriate ssl defined type, and it will automatically download and install the cert for you.

Currently, the only supported signing authority is InCommon (ssl::incommon), but this can easily be expanded to others.

Example


  include ssl
  
  ssl::cert { 'www.example.com':
    alt_names => [ 'www2.example.com' ],
    country   => 'US',
    org       => 'Example.com, LLC',
    org_unit  => 'Web Team',
    state     => 'CA',
  }

  # once we receive our email confirmation with out cert#, we can enter it into
  # the id field, and it will automatically be downloaded if necessary.
  ssl::incommon { 'www.example.com': id => '12345' }

License

See LICENSE file

Copyright

Copyright © 2013 The Regents of the University of California

Contributors:

Eric Rasche

  • Debian/Ubuntu Support

Niels Abspoel

  • Archlinux Support

Contact

Aaron Russo [email protected]

Support

Please log tickets and issues at the Projects site

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.