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
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.
The text was updated successfully, but these errors were encountered:
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:
Please update the documentation with an example of how to renew multiple domains with the new
run
command.The text was updated successfully, but these errors were encountered: