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 has been 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?
Thanks!
The text was updated successfully, but these errors were encountered:
I've been struggling with that as well, you may also be using the custom certificate keys directory in the client config, you can set the domain name there, it doesnt seem to look at $basename if you set the custom cert path
$client = new LEClient($email, true, LEClient::LOG_STATUS, 'keys/'); // Initiating a LEClient and select custom certificate keys directory (string or array)
My guess is that this functionality has been lost in one of the early PRs. Some PRs were pushed, which implemented more flexibility with the $certificateKeys and $accountKeys variables. The basename variable is now only used for the CSR, for the certificate's CN.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
Thanks!
The text was updated successfully, but these errors were encountered: