도메인 생성 공통 스크립트 수정
This commit is contained in:
@@ -145,7 +145,7 @@ runs:
|
|||||||
"$(jq -nc --arg d "$DOMAIN" --arg e "$EMAIL" \
|
"$(jq -nc --arg d "$DOMAIN" --arg e "$EMAIL" \
|
||||||
'{provider:"letsencrypt",
|
'{provider:"letsencrypt",
|
||||||
domain_names:[$d],
|
domain_names:[$d],
|
||||||
meta:{letsencrypt_email:$e, letsencrypt_agree:true, dns_challenge:false}}')" \
|
meta:{letsencrypt_email:$e, letsencrypt_agree:true}}')" \
|
||||||
| jq -r '.id')
|
| jq -r '.id')
|
||||||
|
|
||||||
if [ -z "$CERT_ID" ] || [ "$CERT_ID" = "null" ]; then
|
if [ -z "$CERT_ID" ] || [ "$CERT_ID" = "null" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user