From ea612d2e830458f2c472b3304137c8119d9c30df Mon Sep 17 00:00:00 2001 From: Matt Almeida Date: Wed, 4 Dec 2024 10:42:29 -0500 Subject: [PATCH 1/3] Allow automatic cert renewal by Hetzner for dash.hackathons. --- hackclub.com.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hackclub.com.yaml b/hackclub.com.yaml index 6b00c3ab..163f1a2c 100644 --- a/hackclub.com.yaml +++ b/hackclub.com.yaml @@ -1009,6 +1009,16 @@ dash.hackathons: ttl: 600 type: A value: 5.161.160.54 +_acme-challenge.dash.hackathons: +- ttl: 600 + type: NS + value: hydrogen.ns.hetzner.com +- ttl: 600 + type: NS + value: helium.ns.hetzner.de +- ttl: 600 + type: NS + value: oxygen.ns.hetzner.com app-1.hackathons: ttl: 600 type: A From fc1e98e506c0205242c0eb21c08f55e66f5480de Mon Sep 17 00:00:00 2001 From: Matt Almeida Date: Wed, 4 Dec 2024 12:11:17 -0500 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Cara Salter --- hackclub.com.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hackclub.com.yaml b/hackclub.com.yaml index 163f1a2c..d137a432 100644 --- a/hackclub.com.yaml +++ b/hackclub.com.yaml @@ -1012,13 +1012,13 @@ dash.hackathons: _acme-challenge.dash.hackathons: - ttl: 600 type: NS - value: hydrogen.ns.hetzner.com + value: hydrogen.ns.hetzner.com. - ttl: 600 type: NS - value: helium.ns.hetzner.de + value: helium.ns.hetzner.de. - ttl: 600 type: NS - value: oxygen.ns.hetzner.com + value: oxygen.ns.hetzner.com. app-1.hackathons: ttl: 600 type: A From 2a8de5f77da1304def886538bc0610de8c734a4c Mon Sep 17 00:00:00 2001 From: Matt Almeida Date: Wed, 4 Dec 2024 16:09:38 -0500 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cara Salter --- hackclub.com.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/hackclub.com.yaml b/hackclub.com.yaml index d137a432..1deac0cd 100644 --- a/hackclub.com.yaml +++ b/hackclub.com.yaml @@ -1012,13 +1012,10 @@ dash.hackathons: _acme-challenge.dash.hackathons: - ttl: 600 type: NS - value: hydrogen.ns.hetzner.com. -- ttl: 600 - type: NS - value: helium.ns.hetzner.de. -- ttl: 600 - type: NS - value: oxygen.ns.hetzner.com. + values: + - hydrogen.ns.hetzner.com. + - helium.ns.hetzner.de. + - oxygen.ns.hetzner.com. app-1.hackathons: ttl: 600 type: A