Skip to content
Snippets Groups Projects
Commit 94e0907a authored by Magnus Toneby's avatar Magnus Toneby
Browse files

create some certificates

parent de247631
No related branches found
No related tags found
2 merge requests!4Test->production,!3Devel->Test
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -13,7 +13,7 @@ class folioscripts::foliofront { ...@@ -13,7 +13,7 @@ class folioscripts::foliofront {
exec { 'create cert for': exec { 'create cert for':
creates => "${$basedir}/saml-cert.pem", creates => "${$basedir}/saml-cert.pem",
command => "/bin/openssl req -new -x509 -key ${$basedir}/privatekey.pem -out saml-cert.pem -days 3650", command => "/bin/openssl req -new -x509 -key ${$basedir}/privatekey.pem -out ${$basedir}/saml-cert.pem -days 3650",
require => [Exec['create private key for'],], require => [Exec['create private key for'],],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment