File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ const internalCertificate = {
808
808
const prepare_cmd = 'pip install ' + dns_plugin . package_name + '==' + dns_plugin . package_version + ' ' + dns_plugin . dependencies ;
809
809
810
810
// Whether the plugin has a --<name>-credentials argument
811
- const has_config_arg = certificate . meta . dns_provider !== 'route53' && certificate . meta . dns_provider !== 'duckdns' ;
811
+ const has_config_arg = certificate . meta . dns_provider !== 'route53' ;
812
812
813
813
let main_cmd =
814
814
certbot_command + ' certonly --non-interactive ' +
@@ -834,10 +834,6 @@ const internalCertificate = {
834
834
main_cmd = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd ;
835
835
}
836
836
837
- if ( certificate . meta . dns_provider === 'duckdns' ) {
838
- main_cmd = main_cmd + ' --' + dns_plugin . full_plugin_name + '-token ' + certificate . meta . dns_provider_credentials ;
839
- }
840
-
841
837
if ( debug_mode ) {
842
838
logger . info ( 'Command:' , `${ credentials_cmd } && ${ prepare_cmd } && ${ main_cmd } ` ) ;
843
839
}
You can’t perform that action at this time.
0 commit comments