nodes: use _.franzi.business certificate everywhere
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-17 12:01:29 +02:00
parent ff526a7f7f
commit 71a6f08ebf
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 4 additions and 0 deletions

View file

@ -55,6 +55,7 @@ nodes['htz-cloud.sewfile'] = {
'nginx': { 'nginx': {
'vhosts': { 'vhosts': {
'sewfile.franzi.business': { 'sewfile.franzi.business': {
'ssl': '_.franzi.business',
'max_body_size': '0', 'max_body_size': '0',
'extras': True, 'extras': True,
'website_check_path': '/accounts/login/', 'website_check_path': '/accounts/login/',

View file

@ -229,6 +229,7 @@ nodes['htz.ex42-1048908'] = {
}, },
}, },
'dimension.franzi.business': { 'dimension.franzi.business': {
'ssl': '_.franzi.business',
'extras': True, 'extras': True,
'do_not_set_content_security_headers': True, 'do_not_set_content_security_headers': True,
'max_body_size': '50M', 'max_body_size': '50M',
@ -246,6 +247,7 @@ nodes['htz.ex42-1048908'] = {
}, },
}, },
'matrix.franzi.business': { 'matrix.franzi.business': {
'ssl': '_.franzi.business',
'locations': { 'locations': {
'/_matrix': { '/_matrix': {
'target': 'http://[::1]:20080', 'target': 'http://[::1]:20080',

View file

@ -87,6 +87,7 @@ nodes['ovh.icinga2'] = {
}, },
'statuspage': { 'statuspage': {
'domain': 'status.franzi.business', 'domain': 'status.franzi.business',
'ssl': '_.franzi.business',
'webroot': '/opt/simple-icinga-dashboard/out', 'webroot': '/opt/simple-icinga-dashboard/out',
}, },
}, },