This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
Error on create LEAccount #95
Comments
Are you sure your information is correctly formatted like in the example? Email address should be an array with one or more addresses in the array. Basename is supposed to be the highest domain level you're adding to the certificate. Then the domains is an array with one or multiple domains.
I cannot reproduce this, my test is creating an account as it should. |
i have the same issue of not being able to create an account
|
I see this has been recurring on several issues. It seems that once the May I suggest you modify the example to either comment out |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have run file dns_init.php, I already changed Email and domain but it show the following result.
13-07-2020 10:09:39, function getLEDirectory (function get):
Array ( [request] => GET https://acme-v02.api.letsencrypt.org/directory [header] => HTTP/1.1 200 OK Server: nginx Date: Mon, 13 Jul 2020 10:09:39 GMT Content-Type: application/json Content-Length: 658 Connection: keep-alive Cache-Control: public, max-age=0, no-cache X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 [status] => 200 [body] => Array ( [3VH0RHvcM7g] => https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417 [keyChange] => https://acme-v02.api.letsencrypt.org/acme/key-change [meta] => Array ( [caaIdentities] => Array ( [0] => letsencrypt.org ) [termsOfService] => https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf [website] => https://letsencrypt.org ) [newAccount] => https://acme-v02.api.letsencrypt.org/acme/new-acct [newNonce] => https://acme-v02.api.letsencrypt.org/acme/new-nonce [newOrder] => https://acme-v02.api.letsencrypt.org/acme/new-order [revokeCert] => https://acme-v02.api.letsencrypt.org/acme/revoke-cert ) )
13-07-2020 10:09:40, function getNewNonce (function head):
Array ( [request] => HEAD https://acme-v02.api.letsencrypt.org/acme/new-nonce [header] => HTTP/1.1 200 OK Server: nginx Date: Mon, 13 Jul 2020 10:09:40 GMT Connection: keep-alive Cache-Control: public, max-age=0, no-cache Link: ;rel="index" Replay-Nonce: 0102VCHFPU4OvqzIsj-jAl5XdGEehk0bU0yfhqGUwhZtYVw X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 [status] => 200 [body] => )
13-07-2020 10:09:40, function LEAccount __construct:
No account found, attempting to create account.
13-07-2020 10:09:42, function createLEAccount (function post):
Array ( [request] => POST https://acme-v02.api.letsencrypt.org/acme/new-acct [header] => HTTP/1.1 400 Bad Request Server: nginx Date: Mon, 13 Jul 2020 10:09:42 GMT Content-Type: application/problem+json Content-Length: 108 Connection: keep-alive Cache-Control: public, max-age=0, no-cache Link: ;rel="index" Replay-Nonce: 0101xJQKYNUhPJ0vcvgSXXeuuejFCkWYCkRst26-tCrFoks [status] => 400 [body] => Array ( [type] => urn:ietf:params:acme:error:malformed [detail] => Parse error reading JWS [status] => 400 ) )
How to fix the problem ? Thank you very much.
The text was updated successfully, but these errors were encountered: