Skip to content
Snippets Groups Projects

Test->production

Merged Magnus Toneby requested to merge test into production
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -11,7 +11,7 @@ class folioscripts::foliofront {
command => '/bin/openssl genrsa -out privatekey.pem 2048',
}
exec { 'create private key for':
exec { 'create cert for':
creates => 'saml-cert.pem',
command => '/bin/openssl req -new -x509 -key privatekey.pem -out saml-cert.pem -days 3650',
require => [Exec['create private key for'],],
Loading