get_certificate
Retrieve SSL/TLS certificates, private keys, and detailed certificate information for a specific website using the site ID and certificate ID through the ESA MCP Server.
Instructions
Retrieve the certificate, private key, and certificate information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Certificate ID. Example: babaded901474b9693acf530e0fb1d95 | |
siteId | Yes | The website ID. Reference Value Source: list_sites |
Input Schema (JSON Schema)
{
"annotations": {},
"properties": {
"id": {
"description": "Certificate ID. Example: babaded901474b9693acf530e0fb1d95",
"type": "string"
},
"siteId": {
"description": "The website ID. Reference Value Source: list_sites",
"type": "number"
}
},
"required": [
"siteId",
"id"
],
"type": "object"
}