Skip to main content
Glama

ESA MCP Server

by aliyun

set_certificate

Enable or update SSL/TLS certificates for websites using the ESA MCP Server by specifying site ID, certificate type, and details like content, private key, or cloud certificate ID.

Instructions

Configures whether to enable certificates and update certificate information for a website.

Input Schema

NameRequiredDescriptionDefault
casIdNoThe ID of the cloud certificate.
certificateNoThe content of the certificate.
idNoThe ID of the certificate.
nameNoThe name of the certificate.
privateKeyNoThe private key of the certificate.
regionNoThe region.
siteIdYesThe website ID. Reference Value Source: list_sites
typeYesThe type of certificate. Possible values: - cas (Cloud Certificate) - upload (Custom Upload Certificate)

Input Schema (JSON Schema)

{ "annotations": {}, "properties": { "casId": { "description": "The ID of the cloud certificate.", "type": "number" }, "certificate": { "description": "The content of the certificate.", "type": "string" }, "id": { "description": "The ID of the certificate.", "example": "30001303", "type": "string" }, "name": { "description": "The name of the certificate.", "type": "string" }, "privateKey": { "description": "The private key of the certificate.", "type": "string" }, "region": { "description": "The region.", "example": "cn-hangzhou", "type": "string" }, "siteId": { "description": "The website ID. Reference Value Source: list_sites", "examples": [ "123456****" ], "type": "number" }, "type": { "description": "The type of certificate. Possible values: - cas (Cloud Certificate) - upload (Custom Upload Certificate)", "enum": [ "cas", "upload" ], "type": "string" } }, "required": [ "siteId", "type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/mcp-server-esa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server