From 56ad0cdb35721d34e7b68a9bdfe8bc4967a59bc6 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 1 Feb 2021 19:03:40 +0200
Subject: [PATCH] Allow just refreshing the Diffie-Hellman parameters file.

---
 renew-certs.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index 2578de8..e63bd9d 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -43,6 +43,7 @@
           - Restart Nginx on ns4
         host: ns4
       tags:
+        - dhparams
         - ns4
 
     - name: Issue certificate for host01
@@ -64,6 +65,7 @@
           - Restart Nginx on host01
         host: host01
       tags:
+        - dhparams
         - host01
 
     - name: Issue certificate for kodi
@@ -82,6 +84,7 @@
           - Restart Nginx on kodi
         host: kodi
       tags:
+        - dhparams
         - kodi
 
     - name: Issue certificate for smtp
@@ -103,4 +106,5 @@
           - Restart Nginx on host01
         host: mail
       tags:
+        - dhparams
         - smtp
-- 
GitLab