From ab5ace7d98aa6e1fc4e9a0793636ee9539b4539f Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 30 Dec 2024 11:03:21 +0100 Subject: [PATCH] 'themself.eu' to create certs --- deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index 2547f14..efb585c 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -1,6 +1,7 @@ def domainsToCert = [ [ false, 'bodypainter.eu', "mail", "stat", "www" ], + [ false, 'themself.eu', "mail", "stat", "www" ], [ false, "arti24.eu", "www", "api", "angular", "ai", "job-finder", "zaklik" ]