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 = {
808808 const prepare_cmd = 'pip install ' + dns_plugin . package_name + '==' + dns_plugin . package_version + ' ' + dns_plugin . dependencies ;
809809
810810 // 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' ;
812812
813813 let main_cmd =
814814 certbot_command + ' certonly --non-interactive ' +
@@ -834,10 +834,6 @@ const internalCertificate = {
834834 main_cmd = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd ;
835835 }
836836
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-
841837 if ( debug_mode ) {
842838 logger . info ( 'Command:' , `${ credentials_cmd } && ${ prepare_cmd } && ${ main_cmd } ` ) ;
843839 }
You can’t perform that action at this time.
0 commit comments