From 4427d8425386886b370a3575b95e3dea4df352c4 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 29 Jan 2021 19:03:24 +0200
Subject: [PATCH] vouch.shore.co.il.

DNS and certificate.
---
 renew-certs.yaml                   | 2 +-
 roles/router/files/nsd/shore.co.il | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index 449561a..5d166af 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -51,7 +51,7 @@
           - Restart Nginx on host01
         host: host01
         subject_alt_name: |-
-          DNS:ns1.shore.co.il,DNS:lam.shore.co.il,DNS:nextcloud.shore.co.il,DNS:git.shore.co.il,DNS:code.shore.co.il
+          DNS:ns1.shore.co.il,DNS:lam.shore.co.il,DNS:nextcloud.shore.co.il,DNS:git.shore.co.il,DNS:code.shore.co.il,DNS:vouch.shore.co.il
       tags:
         - host01
 
diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il
index fa7f3f7..3fbd40a 100644
--- a/roles/router/files/nsd/shore.co.il
+++ b/roles/router/files/nsd/shore.co.il
@@ -1,7 +1,7 @@
 $TTL 1h
 $ORIGIN shore.co.il.
 @               IN      SOA     ns1     hostmaster (
-        2021012801
+        2021012901
         1h
         5m
         4w
@@ -63,6 +63,7 @@ mta-sts     IN  CNAME   smtp
 myip        IN  CNAME   ns4
 nextcloud   IN  CNAME   ns1
 registry    IN  CNAME   ns4
+vouch       IN  CNAME   ns1
 www         IN  CNAME   ns4
 
 host01._domainkey IN    TXT     ("v=DKIM1\; k=rsa\;"
-- 
GitLab