list_all_certificate_templates
Retrieve all certificate templates in an Active Directory domain using Certipy, enabling administrators to analyze and manage AD certificate configurations in BloodHound MCP.
Instructions
List all Certificate Template(s) [Required: Certipy]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_all_certificate_templatesArguments",
"type": "object"
}