" --email ${env.LETSENCRYPT_EMAIL ?: 'kusartur@gmail.com'}" +
This commit is contained in:
parent
837144a60b
commit
98af9c45d5
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue