Fix maddy config

This commit is contained in:
Kevin Kandlbinder 2023-05-07 17:48:41 +02:00
parent 77084cad7e
commit a6c8eee541
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -63,10 +63,15 @@
];
openFirewall = true;
tls.loader = "file";
tls.certificates = [{
keyPath = "/var/lib/acme/$(hostname)/key.pem";
certPath = "/var/lib/acme/$(hostname)/fullchain.pem";
}];
config = ''
$(relay_domains) = kevink.dev 1in9.net 1in1.net
tls file /var/lib/acme/$(hostname)/fullchain.pem /var/lib/acme/$(hostname)/key.pem
auth.pass_table local_authdb {
table sql_table {
@ -249,4 +254,4 @@
system.stateVersion = "22.11"; # No touchy.
}
}