Menu

#25 publish.php doesn't work with new acmePhp

fixed
nobody
New acmePhp (2)
True
2020-12-18
2020-05-16
Anonymous
No

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

1 Attachments

Discussion

  • Anonymous

    Anonymous - 2020-05-17

    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

     
  • WTriple

    WTriple - 2020-12-18
    • status: open --> fixed
     
  • WTriple

    WTriple - 2020-12-18

    added to WinNMP, will be avalable in the next release 21.01

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.