Because I solved ticket #25 myself but the post awaits moderation for long time so none can see it, I make a new post.
Make 2 changes in WinNMP\bin\acmePhp\publish.php.
Line 31:
old:
$domDir=realpath(__DIR__./../../conf/.acmephp/master/private/$dom);
new:
$domDir=realpath(__DIR__./../../conf/.acmephp/master/var/$dom);
Line 35:
old:
$domJson=realpath(__DIR__./../../conf/.acmephp/master/private/$dom/authorization_challenge.json);
new:
$domJson=realpath(__DIR__./../../conf/.acmephp/master/var/$dom/authorization_challenge.json);
I attach a changed publish.php.