publish.php doesn't work with new acmePhp
Fast & stable Nginx MariaDB Redis Php 8 development stack for Windows
Status: Abandoned
Brought to you by:
wtriple
Sadly publish.php doesn't work with the new acmePhp. It needs directories (and maybe files) new acmePhp doesn't write when execute 'authorize'. Got 'ERROR: Domain xxx not found. Try < acmePhp authorize xxx > first!'. Please adjust publish.php, it's so helpful.
And btw, why can't I choose a directory when installing WinNMP?
Thanks
Anonymous
Ok, I've done it myself. 2 changes:
old: $domDir=realpath(DIR."/../../conf/.acmephp/master/private/$dom");
new: $domDir=realpath(DIR."/../../conf/.acmephp/master/var/$dom");
old: $domJson=realpath(DIR."/../../conf/.acmephp/master/private/$dom/authorization_challenge.json");
new: $domJson=realpath(DIR."/../../conf/.acmephp/master/var/$dom/authorization_challenge.json");
New publish.php attached. Copy (and overwrite old file) to 'WinNMP\bin\acmePhp\'.
And please change installer so I can choose D:\WinNmp as directory to install to.
Thanks
added to WinNMP, will be avalable in the next release 21.01