Skip to main content
Glama

OPNSense MCP Server

haproxy_certificate_create

Generate or import HAProxy certificates for secure traffic management on OPNSense firewalls. Supports self-signed, imported, and ACME certificates with configurable common names and SANs.

Instructions

Create a certificate for HAProxy

Input Schema

NameRequiredDescriptionDefault
caNoCA certificate (for import)
certificateNoCertificate content (for import)
cnNoCommon name (for self-signed)
keyNoPrivate key (for import)
nameYesCertificate name
sanNoSubject alternative names
typeYesCertificate type

Input Schema (JSON Schema)

{ "properties": { "ca": { "description": "CA certificate (for import)", "type": "string" }, "certificate": { "description": "Certificate content (for import)", "type": "string" }, "cn": { "description": "Common name (for self-signed)", "type": "string" }, "key": { "description": "Private key (for import)", "type": "string" }, "name": { "description": "Certificate name", "type": "string" }, "san": { "description": "Subject alternative names", "items": { "type": "string" }, "type": "array" }, "type": { "description": "Certificate type", "enum": [ "selfsigned", "import", "acme" ], "type": "string" } }, "required": [ "name", "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/vespo92/OPNSenseMCP'

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