diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index efb585c..7f85e20 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -1,10 +1,10 @@ def domainsToCert = [ - [ false, 'bodypainter.eu', "mail", "stat", "www" ], - [ false, 'themself.eu', "mail", "stat", "www" ], + [ false, 'bodypainter.eu', "www", "mail", "stat"], + [ false, 'themself.eu', "www", "mail", "stat" ], - - [ false, "arti24.eu", "www", "api", "angular", "ai", "job-finder", "zaklik" ] + [ false, "artiks.tk", "www", "mail", "api", "angular", "bodypainter", "themself","arti24"] + [ false, "arti24.eu", "www", "mail", "api", "angular", "bodypainter", "themself", "arti24"] // [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ] ]