yourivw / LEClient

An easy-to-use PHP ACME v2 client library, designed to be used with LetsEncrypt.
MIT License
204 stars 98 forks source link

$certificateKeys #91

Open LoranRendel opened 4 years ago

LoranRendel commented 4 years ago

If $certificateKeys path is not ended with slash then .htaccess file will be created with wrong path.

$certificateKeys = "folder/domain.tld";

For example, there will be folder/domain.tld.htaccess instead of folder/domain.tld/.htaccess