Skip to content

b4ldr/puppet-self_signed_cert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

self_signed

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with self_signed
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Custom type to create a self signed certificat

Module Description

This custom type will create a self signed certificate with the provided configueration

Setup

What self_signed affects

  • creates ssl certificates in /etc/ssl/certs
  • creates ssl keyificates in /etc/ssl/keys

Beginning with self_signed

  self_signed {$::fqdn:
    country      => 'US'
    state        => 'CA'
    locality     => 'LA'
    organisation => 'snakeoil',
    unit         => 'sales',
  }

Limitations

This module has only been tested on ubuntu 12.04 and 14.04

Development

Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published