Hive operates an ACME-style intermediate CA that issues short-lived X.509 certificates linking a did:hive:* identity to a service's existing TLS identity via the Subject Alternative Name URI extension. Every browser, every load balancer, every audit tool already understands it. No new transport. No new client. The trust is legible to the world as it is.
# Enroll a service for a did:hive-bound cert. Standard ACME flow. certbot certonly \ --server https://ca.thehiveryiq.com/acme/directory \ --domain api.your-service.com \ --hive-did did:hive:your-service-001 \ --hive-pubkey ed25519:<your_published_key> # The issued cert includes a SAN URI: did:hive:your-service-001 # Validity: 30 days. Auto-rotation via standard ACME renewal. # Chain: leaf -> Hive Intermediate CA -> public trust anchor
An agent reading the Hive transparency log sees signed receipts. But a browser visiting api.your-service.com sees a TLS handshake. The Hive CA makes both views consistent: the leaf certificate the browser validates is the same identity the agent reasons over.
This is the legibility piece Cloudflare, Datadog, every SIEM, every enterprise procurement team already speaks. We do not ask them to adopt a new transport. We hand them a cert chain their existing tools accept on day one, and the cert chain happens to bind a did:hive into the place every modern toolchain already inspects.
Certificate:
Data:
Version: 3 (0x2)
Issuer: CN=Hive Civilization Intermediate CA G1
Validity:
Not Before: 2026-05-29 00:00:00 UTC
Not After : 2026-06-28 00:00:00 UTC
Subject: CN=api.your-service.com
Subject Public Key Info:
Public Key Algorithm: Ed25519
X509v3 extensions:
X509v3 Subject Alternative Name:
DNS:api.your-service.com,
URI:did:hive:your-service-001 ← the binding
X509v3 Key Usage: critical
Digital Signature, Key Encipherment
CT Precertificate SCTs:
Log: ct.thehiveryiq.com/v1 ← own log inclusion
Log: ct.googleapis.com/logs/argon2026 ← public CT log mirror
Bind your did:hive to the cert your browser already trusts. The trust is portable. The receipts are global.