From 07b58d329af15090caac2834c5574eb0798718e6 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 19 Sep 2024 10:26:09 +0200 Subject: added server aliases for the hackoween event Without this, the certificates aren't valid for the tickets.hackoween.de event, adding this allows the automatic insertion of these into the cert. This is applicable for tickets and talks and has been tested to be working. --- nix/hosts/corrino/www/tickets.emile.space.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/hosts/corrino/www/tickets.emile.space.nix') diff --git a/nix/hosts/corrino/www/tickets.emile.space.nix b/nix/hosts/corrino/www/tickets.emile.space.nix index cec3331..a53b878 100644 --- a/nix/hosts/corrino/www/tickets.emile.space.nix +++ b/nix/hosts/corrino/www/tickets.emile.space.nix @@ -10,6 +10,7 @@ services.nginx.virtualHosts."tickets.emile.space" = { forceSSL = true; enableACME = true; + serverAliases = [ "tickets.hackoween.de" ]; }; services = { -- cgit 1.4.1