diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index c6dac0f..2547f14 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -1,9 +1,10 @@ def domainsToCert = [ - [ false, 'bodypainter.eu', "mail", "stat", "www" ] + [ false, 'bodypainter.eu', "mail", "stat", "www" ], + - // [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ] [ false, "arti24.eu", "www", "api", "angular", "ai", "job-finder", "zaklik" ] + // [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ] ] def createCert(domains, repo){