src

sauce
git clone ssh://anon@src.dalliard.ch/src
log | files | refs

commit 8e8175d4e754f52d401fa8d013673cd6c7a8ad92
parent 057fc7a413343a6ce4bbc67c5448e30f76cc96d5
author: nathanael <nathanael@dalliard.ch>
date:   Mon, 17 Nov 2025 12:30:01 +0000

s1: rm sb and mt

diffstat:
Ms1/sysfiles/acme-client.conf | 17-----------------
Ms1/sysfiles/httpd.conf | 24------------------------
Ms1/sysfiles/relayd.conf | 2--
Ms1/sysfiles/weekly.local | 3---
4 files changed, 0 insertions(+), 46 deletions(-)

diff --git a/s1/sysfiles/acme-client.conf b/s1/sysfiles/acme-client.conf @@ -22,20 +22,3 @@ domain mx.dalliard.ch { domain full chain certificate "/etc/ssl/mx.dalliard.ch.crt" sign with letsencrypt } - -domain die-sexualberatung.ch { - alternative names { - www.die-sexualberatung.ch - } - domain key "/etc/ssl/private/die-sexualberatung.ch.key" - domain full chain certificate "/etc/ssl/die-sexualberatung.ch.crt" - sign with letsencrypt -} -domain die-maltherapie.ch { - alternative names { - www.die-maltherapie.ch - } - domain key "/etc/ssl/private/die-maltherapie.ch.key" - domain full chain certificate "/etc/ssl/die-maltherapie.ch.crt" - sign with letsencrypt -} diff --git a/s1/sysfiles/httpd.conf b/s1/sysfiles/httpd.conf @@ -77,27 +77,3 @@ server "www.dalliard.ch" { block return 301 "https://dalliard.ch$REQUEST_URI" no log } - -server "die-sexualberatung.ch" { - listen on lo port https - errdocs "/judith/sex" - root "/judith/sex" - no log -} -server "www.die-sexualberatung.ch" { - listen on lo port https - block return 301 "https://die-sexualberatung.ch$REQUEST_URI" - no log -} - -server "die-maltherapie.ch" { - listen on lo port https - errdocs "/judith/mal" - root "/judith/mal" - no log -} -server "www.die-maltherapie.ch" { - listen on lo port https - block return 301 "https://die-maltherapie.ch$REQUEST_URI" - no log -} diff --git a/s1/sysfiles/relayd.conf b/s1/sysfiles/relayd.conf @@ -5,8 +5,6 @@ http protocol https { tls { no tlsv1.0, tlsv1.1, ciphers "ECDHE+AESGCM:ECDHE+CHACHA20:!aNULL:!MD5:!DSS" } tls keypair s1.dalliard.ch tls keypair mx.dalliard.ch - tls keypair die-maltherapie.ch - tls keypair die-sexualberatung.ch match response header set "Strict-Transport-Security" \ value "max-age=63072000; includeSubDomains" diff --git a/s1/sysfiles/weekly.local b/s1/sysfiles/weekly.local @@ -4,6 +4,3 @@ acme-client mx.dalliard.ch && { rcctl restart smtpd >/dev/null rcctl restart dovecot >/dev/null } - -acme-client die-sexualberatung.ch && rcctl reload relayd >/dev/null -acme-client die-maltherapie.ch && rcctl reload relayd >/dev/null