Fixing with satosa.

This commit is contained in:
Johan Björklund 2024-10-30 13:39:04 +01:00
parent 01880222a4
commit 806735fefa
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 7 additions and 0 deletions

View file

@ -21,3 +21,4 @@ test-sso-proxy1.cert.sunet.se:
sunet::satosa:
satosa_tag: 8.4.0
sunet::certbot::acmed:
soc::satosa:

View file

@ -0,0 +1,6 @@
class soc::satosa(
String $hostname = $servername
) {
file { '/etc/satosa/https.key': ensure => link, target => "/etc/dehydrated/certs/${dehydrated_name}.key" }
file { '/etc/satosa/https.crt': ensure => link, target => "/etc/dehydrated/certs/${dehydrated_name}/fullchain.pem" }
}