You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written a simple script using powershell for a DNS challenge.
When I run this script manually with arguments from the powershell terminal, the TXT records are added/removed correctly via the DNS API.
However, when I specify this script for MDChallengeDns01, I get errors.
Is it possible to specify a Powershell script in MDChallengeDns01?
[Thu May 26 11:10:40.704723 2022] [md:warn] [pid 4984:tid 636] (OS 2)指定されたファイルが見つかりません。 : example.net: dns-01 setup command failed to execute for example.net
[Thu May 26 11:10:40.704723 2022] [md:error] [pid 4984:tid 636] (OS 2)指定されたファイルが見つかりません。 : md[example.net] while[Setting up challenge 'dns-01' for domain example.net] problem[challenge-setup-failure] detail[None of the offered challenge types example.net offered for domain http-01 dns-01 tls-alpn-01 could be setup successfully. Please check the log for errors.]
[Thu May 26 11:10:40.704723 2022] [md:error] [pid 4984:tid 636] (OS 2)指定されたファイルが見つかりません。 : AH10056: processing example.net: None of the offered challenge typesexample.net offered for domain http-01 dns-01 tls-alpn-01 could be setup successfully. Please check the log for errors.
指定されたファイルが見つかりません。 means The specified file could not be found.
[Thu May 26 13:18:50.537822 2022] [md:error] [pid 9284:tid 608] (20014)Internal error (specific information not available): md[example.net] while[Setting up challenge 'dns-01' for domain example.net] problem[challenge-setup-failure] detail[None of the offered challenge types example.net offered for domain dns-01 could be setup successfully. Please check the log for errors.]
[Thu May 26 13:18:50.537822 2022] [md:error] [pid 9284:tid 608] (20014)Internal error (specific information not available): AH10056: processing example.net: None of the offered challenge types example.net offered for domain dns-01 could be setup successfully. Please check the log for errors.
The text was updated successfully, but these errors were encountered:
Sorry for my poor English.
Hello,
I 'm running Apache on Windows.
I have written a simple script using powershell for a DNS challenge.
When I run this script manually with arguments from the powershell terminal, the TXT records are added/removed correctly via the DNS API.
However, when I specify this script for
MDChallengeDns01
, I get errors.Is it possible to specify a Powershell script in
MDChallengeDns01
?Apache config
my script as dns.ps1
error message
指定されたファイルが見つかりません。
meansThe specified file could not be found.
I also tried the following batch file as run.bat
MDChallengeDns01 D:\bin\Apache24\md\run.bat
pwsh -File .\dns.ps1 %1 %2 %3
This will give different errors.
The text was updated successfully, but these errors were encountered: