ssl_switch_ca
Switch to a specified Certificate Authority on the Web Proxy MCP Server to manage SSL certificates for automated traffic monitoring and analysis.
Instructions
Switch to a different Certificate Authority
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caName | Yes | Name of the CA to switch to |
Input Schema (JSON Schema)
{
"properties": {
"caName": {
"description": "Name of the CA to switch to",
"type": "string"
}
},
"required": [
"caName"
],
"type": "object"
}