Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'request' command is deprecated in manual #23

Open
DevyV opened this issue Mar 1, 2022 · 0 comments
Open

'request' command is deprecated in manual #23

DevyV opened this issue Mar 1, 2022 · 0 comments

Comments

@DevyV
Copy link

DevyV commented Mar 1, 2022

The manual at the bottom of https://acmephp.github.io/documentation/guides/multidomain-certificates.html writes:

Renew a multi-domain certificate
The process is the same as for a single domain certificate: re-run the request command:
php acmephp.phar request yourdomain.org -a www.yourdomain.org -a anotherdomain.org

Running the 'request' command you get error:

This command is deprecated. Use command "run" instead
Loading account key pair...
Forced renewal.
Loading domain key pair...
Loading domain distinguished name...
Loading the order related to the domains *.yourdomain.org, *.anotherdomain.org ...
Renewing certificate for domain *.yourdomain.org ...

In ServerErrorHandler.php line 109:

  [malformed] The request message was malformed: No order for ID 46762453670 (on request "POST https://acme-v02.api.letsencrypt.org/acme/order/8960278
  0/46762453670")


In RequestException.php line 113:

  Client error: `POST https://acme-v02.api.letsencrypt.org/acme/order/89602780/46762453670` resulted in a `404 Not Found` response:
  {
    "type": "urn:ietf:params:acme:error:malformed",
    "detail": "No order for ID 46762453670",
    "status": 404
  }


request [-f|--force] [--country COUNTRY] [--province PROVINCE] [--locality LOCALITY] [--organization ORGANIZATION] [--unit UNIT] [--email EMAIL] [-a|--alternative-name ALTERNATIVE-NAME] [-k|--key-type KEY-TYPE] [--] <domain>

Please update the documentation with an example of how to renew multiple domains with the new run command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant