Description
This function manually processes the cPanel Market's SSL certificate pending queue.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
|
array of hashes |
Information about each certificate in the pending queue. |
This hash includes the certificate_pem,installed, order_item_id, polled, andprovider returns. |
|
certificate_pem |
string |
The text of the certificate, if available. The function returns this value in the unnamed hash. |
|
null |
installed |
Boolean |
Whether the system installed the certificate as a result of this function. The function returns this value in the unnamed hash. |
|
1 |
order_item_id |
string |
The ID of the ordered item. The function returns this value in the unnamed hash. |
A valid string. |
12345 |
provider |
string |
The cPanel Market provider's name. The function returns this value in the unnamed hash. |
A valid string. |
cPStore |