316d7636e9
It is a new module that will be used to manage SSL keys and certificates. It allows: - The generation of SSL keys, - The generation of SSL certificate from private key - The generation of SSL certificate signing request Change-Id: I4a6a7b78d58fd17ea133421bc326fe2d3d65b409 Implements: blueprint ssl-endpoints
10 lines
367 B
Puppet
10 lines
367 B
Puppet
name 'camptocamp-openssl'
|
|
version '0.3.1'
|
|
dependency 'puppetlabs/stdlib', '>= 2.0.0'
|
|
source 'https://github.com/camptocamp/puppet-openssl'
|
|
author 'DevOps Team / Camptocamp'
|
|
license 'GNU GPLv3'
|
|
summary 'Camptocamp OpenSSL Module'
|
|
description 'OpenSSL Module for Puppet'
|
|
project_page 'https://github.com/camptocamp/puppet-openssl'
|