- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with self_signed
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Custom type to create a self signed certificat
This custom type will create a self signed certificate with the provided configueration
- creates ssl certificates in /etc/ssl/certs
- creates ssl keyificates in /etc/ssl/keys
self_signed {$::fqdn:
country => 'US'
state => 'CA'
locality => 'LA'
organisation => 'snakeoil',
unit => 'sales',
}
This module has only been tested on ubuntu 12.04 and 14.04
Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.