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.
letsencrypt_acmeproxy_off
1 parent 2c16131 commit 57c5593Copy full SHA for 57c5593
subcommands/enable
@@ -141,7 +141,7 @@ fn-lentsencrypt-enable() {
141
142
letsencrypt_acmeproxy_on "$APP" "$acme_port"
143
letsencrypt_acme "$APP" "$acme_port" || EXIT_CODE=$? # remove ACME proxy even if this fails
144
- # letsencrypt_acmeproxy_off "$APP"
+ letsencrypt_acmeproxy_off "$APP"
145
146
if [[ "$EXIT_CODE" == 0 ]]; then
147
dokku_log_info1 "Done"
0 commit comments