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

create some certificates

parent c36ed5da
No related branches found
No related tags found
2 merge requests!4Test->production,!3Devel->Test
Pipeline #129814 passed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -11,7 +11,7 @@ class folioscripts::foliofront { ...@@ -11,7 +11,7 @@ class folioscripts::foliofront {
command => '/bin/openssl genrsa -out privatekey.pem 2048', command => '/bin/openssl genrsa -out privatekey.pem 2048',
} }
exec { 'create private key for': exec { 'create cert for':
creates => 'saml-cert.pem', creates => 'saml-cert.pem',
command => '/bin/openssl req -new -x509 -key privatekey.pem -out saml-cert.pem -days 3650', command => '/bin/openssl req -new -x509 -key privatekey.pem -out 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