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
{{ message }}
This repository was archived by the owner on Mar 17, 2024. It is now read-only.
Hi! I noticed a problem with the variable "$basename" in "LEOrder.php".
I wanted to set a custom directory to store my certificates for each domain. So I tried defining the "$basename" variable. I found the new certificate would still be stored in the directory that "$certificateKeys"(LEClient.php) defined. The $basename seems not to take effect.
Could you please help me solve the problem?