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

Update LEClient.php #93

Closed AlexNodex closed 3 years ago

AlexNodex commented 4 years ago

On servers with many IP addresses that may house many sites there becomes a need to set the source IP address to come inline with the LE rate limits - namely X requests from a single IP address per hour.

LEConnector will also get a PR in a second!