Version information
Start using this module
Add this module to your Puppetfile:
mod 'arusso-ssl', '1.0.3'
Learn more about managing modules with a PuppetfileDocumentation
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
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 arusso@berkeley.edu
Support
Please log tickets and issues at the Projects site
2014-03-19 Aaron Russo arusso@berkeley.edu - 1.0.3
- issue #5 - fixed unneccessary polling of incommon in ssl::incommon
2013-10-28 Aaron Russo arusso@berkeley.edu - 1.0.2
- issue #4 - typo in url for incommon intermediate cert
2013-09-16 Aaron Russo arusso@berkeley.edu - 1.0.1
- Archlinux support (aboe76)
2013-09-11 Aaron Russo arusso@berkeley.edu - 1.0.0
- Debian/Ubuntu support (erasche)
2013-06-02 Aaron Russo arusso@berkeley.edu - 0.0.3
- updating docs for acct rename
2013-04-29 Aaron Russo arusso@berkeley.edu - 0.0.2
- Adding README
2013-04-29 Aaron Russo arusso@berkeley.edu - 0.0.1
- Initial release
Dependencies
- puppetlabs/stdlib (>= 2.6.0)
The MIT License (MIT) Copyright (c) 2013 The Regents of the University of California Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.