fuel-library/deployment/puppet/openssl/tests/x509_cert.pp
Guillaume Thouvenin 316d7636e9 Import the camptocamp openssl module version 0.3.1.
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
2014-09-17 15:29:45 +00:00

10 lines
237 B
Puppet

openssl::certificate::x509 { 'foo.bar':
ensure => present,
country => 'CH',
organization => 'Example.com',
commonname => $fqdn,
base_dir => '/tmp',
owner => 'www-data',
password => 'mahje1Qu',
}