acme-client
acme-client copied to clipboard
Let's Encrypt / ACME client written in PHP for the CLI.
Hi, I think sending GET request to an account URL is not allowed by RFC8555, only directory and newNonce can get GET requests. The account URL should receive POST or...
Letsencrypt seems to reorder domain names alphabetically - acme currently puts the well_known file into the wrong path.
Thanks for updating the library to support ACME v2. I've verified with the latest version that the tool is now working again and able to issue new certificates. One thing...
I am getting the following errors when running the setup command: ```sh $ php bin/acme setup --server letsencrypt --email [email protected] Amp\Dns\TimeoutException: No response for 'domain.org' (MX) from any nameserver after...
php bin/acme setup --server letsencrypt --email [email protected] code gives the error::: Amp\Dns\TimeoutException: No response for 'gmail.com' (MX) from any nameserver after 2 attempts, tried udp://127.0.0.1:53, udp://153.92.2.25:53 in /home/0000000/acme-client/vendor/amphp/dns/lib/BasicResolver.php:299 Next Kelunik\Acme\AcmeException:...
Hi Niklas, I use acme-client extensively, in many of my servers, and couldn't be happier with it. Thanks for the awesome work you have put in! I noticed some of...
Hello, I need to change the email with what I registered the certificate in let's encrypt Does this have this function? If that is not possible, do I have to...
I have a shared host with godaddy with multiple domains, I was able to generate a certificate successfully with one domain however when I run ``` php bin/acme issue --domains...
Hi! I've found this https://github.com/kelunik/acme-client/blob/master/src/Commands/Issue.php#L101-L107 in code. Maybe it's better to throw an real exception message instead of `Issuance failed, not all challenges could be solved.` ? Because in current...
Seeing a potential problem where the _--ttl_ option appears to be ignored with the _auto_ command. From what I can see from the code, it looks like the _ttl_ value...