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.
Copy file name to clipboardExpand all lines: src/LEClient.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,12 @@ class LEClient
66
66
* @param array $certificateKeys Optional array containing location of all certificate files. Required paths are public_key, private_key, order and certificate/fullchain_certificate (you can use both or only one of them)
67
67
* @param string $accountKeys The directory in which the account keys are stored. Is a subdir inside $certificateKeys. Defaults to '__account/'.(optional)
68
68
* @param array $accountKeys Optional array containing location of account private and public keys. Required paths are private_key, public_key.
69
+
* @param string $sourceIp Optional source IP address.
0 commit comments