From 166fc73ff55c1d238ab02eb5e8c1e9352c8f90a9 Mon Sep 17 00:00:00 2001 From: Magnus Toneby <magnus.toneby@liu.se> Date: Tue, 21 May 2024 16:57:28 +0200 Subject: [PATCH] create some certificates --- manifests/foliofront.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/foliofront.pp b/manifests/foliofront.pp index dc54d8c..fa86cfa 100644 --- a/manifests/foliofront.pp +++ b/manifests/foliofront.pp @@ -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'],], -- GitLab