We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d0237 commit 6790636Copy full SHA for 6790636
entrypoint.sh
@@ -46,7 +46,7 @@ check() {
46
47
certbot certonly --agree-tos --noninteractive --text ${ADDITIONAL} --expand \
48
--email ${EMAIL} \
49
- --dns-${DNS_PLUGIN} \
+ --authenticator dns-${DNS_PLUGIN} \
50
--dns-${DNS_PLUGIN}-credentials ${DNS_INI_PATH}/credentials.ini \
51
--dns-${DNS_PLUGIN}-propagation-seconds ${DNS_WAIT} \
52
${CERTBOT_DOMAINS}
0 commit comments