Fixes for certbot, no certbot script just yet.

This commit is contained in:
Johan Björklund 2024-10-28 15:55:35 +01:00
parent 1dc0a879db
commit 0af1dbe562
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 3 additions and 2 deletions

View file

@ -13,3 +13,4 @@
x_remote_user: true
groups:
- 'sunet-cert'
certbot: false

View file

@ -18,7 +18,7 @@
# If true, EPPN is put in the HTTP header X-Remote-User instead of REMOTE_USER.
#
# @param single_user
# If true, EPPN is discarded and X-Remote-User is set to "cnaas-user". This is useful in
# If true, EPPN is discarded and X-Remote-User is set to "soc-user". This is useful in
# cases where the service we reverse proxy for can't create new accounts automatically.
# We use this only for Graylog at the time of writing.
#
@ -113,7 +113,7 @@ class soc::sso(
file { '/etc/letsencrypt/acme-dns-auth.py':
ensure => file,
content => file('cnaas/sso/acme-dns-auth.py'),
content => file('soc/sso/acme-dns-auth.py'),
mode => '0744',
}