Description
This function lists an account's Certificate Signing Requests (CSR).
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 |
created |
integer |
The CSR's creation date. |
A date in Unix time format. |
1365633415 |
domains |
Boolean |
The domains that the CSR covers. |
A valid domain name or list of domains. |
example.com |
commonName |
string |
The CSR's Common Name or Distinguished Name. |
A valid string. |
example.com |
modulus |
string |
The CSR's modulus. |
A valid string. |
|
id |
string |
The CSR's ID. |
A valid string |
|
friendly_name |
string |
The CSR's friendly name. |
A valid string. |
TestCSR |