Skip to content

Commit 6790636

Browse files
authored
Update entrypoint.sh
added --authenticator before dns for godaddy third party plugin support. Should work with all existing options.
1 parent 11d0237 commit 6790636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ check() {
4646

4747
certbot certonly --agree-tos --noninteractive --text ${ADDITIONAL} --expand \
4848
--email ${EMAIL} \
49-
--dns-${DNS_PLUGIN} \
49+
--authenticator dns-${DNS_PLUGIN} \
5050
--dns-${DNS_PLUGIN}-credentials ${DNS_INI_PATH}/credentials.ini \
5151
--dns-${DNS_PLUGIN}-propagation-seconds ${DNS_WAIT} \
5252
${CERTBOT_DOMAINS}

0 commit comments

Comments
 (0)