" --email ${env.LETSENCRYPT_EMAIL ?: 'kusartur@gmail.com'}" +

This commit is contained in:
Artur Kuś 2025-08-13 08:04:31 +02:00
parent 837144a60b
commit 98af9c45d5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def createCert(domains, repo) {
" --cert-name='${name}'" +
" --non-interactive --agree-tos" +
" --preferred-challenges http" +
" --email ${LETSENCRYPT_EMAIL ?: 'kusartur@gmail.com'}" +
" --email ${env.LETSENCRYPT_EMAIL ?: 'kusartur@gmail.com'}" +
" -d ${name}"
for (int i = 2; i < domain.size(); i++) {