admintoolkit.io
admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 2 · Act 22 · Transact 0 · Score: Not yet scored
Tool inspector
admintoolkit_generate_tlsa_record
Return a read-only DANE TLSA record report. Accepts host, port, protocol, usage, selector, matching type and optional certificate data. Includes owner name, digest, generated TLSA data and DNS comparison findings.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
file |
string | no | Certificate file content to parse, e.g. PEM text from a .crt file. |
host |
string | yes | TLS service host for TLSA generation, e.g. 'mail.example.com'. |
matching |
string | no | TLSA matching type: 0=full, 1=SHA-256, 2=SHA-512. |
pem |
string | no | Certificate PEM, DER base64, or hex input, e.g. '-----BEGIN CERTIFICATE-----'. |
port |
string | no | TLS service port number, e.g. '25' or '443'. |
protocol |
string | no | TLSA transport protocol: 'tcp' or 'udp', e.g. 'tcp'. |
selector |
string | no | TLSA selector: 0=full certificate or 1=SPKI, e.g. '1'. |
usage |
string | no | TLSA certificate usage: 0=PKIX-TA, 1=PKIX-EE, 2=DANE-TA, 3=DANE-EE. |
Raw JSON schema
{
"additionalProperties": false,
"properties": {
"file": {
"description": "Certificate file content to parse, e.g. PEM text from a .crt file.",
"type": "string"
},
"host": {
"description": "TLS service host for TLSA generation, e.g. 'mail.example.com'.",
"pattern": "^(?=.{1,253}\\.?$)[A-Za-z0-9](?:[A-Za-z0-9.-]{0,251}[A-Za-z0-9])?\\.?$",
"type": "string"
},
"matching": {
"description": "TLSA matching type: 0=full, 1=SHA-256, 2=SHA-512.",
"enum": [
"0",
"1",
"2"
],
"type": "string"
},
"pem": {
"description": "Certificate PEM, DER base64, or hex input, e.g. '-----BEGIN CERTIFICATE-----'.",
"type": "string"
},
"port": {
"description": "TLS service port number, e.g. '25' or '443'.",
"pattern": "^(?:[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$",
"type": "string"
},
"protocol": {
"description": "TLSA transport protocol: 'tcp' or 'udp', e.g. 'tcp'.",
"enum": [
"tcp",
"udp"
],
"type": "string"
},
"selector": {
"description": "TLSA selector: 0=full certificate or 1=SPKI, e.g. '1'.",
"enum": [
"0",
"1"
],
"type": "string"
},
"usage": {
"description": "TLSA certificate usage: 0=PKIX-TA, 1=PKIX-EE, 2=DANE-TA, 3=DANE-EE.",
"enum": [
"0",
"1",
"2",
"3"
],
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
Similar websites
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…
sema.run
Try Sema in the browser — a Lisp with first-class LLM primitives. No install required, runs entirely in WebAssembly.