Skip to content

Commit

Permalink
Update letsencrypt_service
Browse files Browse the repository at this point in the history
copy/past error
  • Loading branch information
a1ad committed Nov 18, 2022
1 parent 3828d59 commit 726cc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/letsencrypt_service
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function update_cert {
params_register_arr+=(--eab-kid "$eab_kid" --eab-hmac-key "$eab_hmac_key")

elif [[ -n "${ACME_EAB_KID// }" && -n "${ACME_EAB_HMAC_KEY// }" ]]; then
# We don't have per-container EAB kid and hmac key or Zero SSL API key.
# We don't have per-container EAB kid and hmac key.
# Register the ACME account with the default EAB credentials.
params_register_arr+=(--eab-kid "$ACME_EAB_KID" --eab-hmac-key "$ACME_EAB_HMAC_KEY")
else
Expand Down

0 comments on commit 726cc87

Please sign in to comment.