The certificates-list command lists all certificates that are registered in the certificates store.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the Sky Node.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": [
        {
            "name": "superdb.com",
            "type": "xcware"
        },
        {
            "name": "mydom.com",
            "type": "lets-encrypt"
        }
    ]
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}