Issuer DID Document
identityResolves the Ed25519 Multikey used for EduGator credential signatures.
curl \
-H "Accept: application/did+ld+json" \
https://credentials.edugator.ai/.well-known/did.json
Credential issuer endpoint
Public trust metadata for wallets, verifiers, and partner systems that need to resolve EduGator verifiable credentials, keys, revocation status, and freshness policy.
Contract health
Successful browser validation is required before this page can report the issuer contract ready.
Stable public URLs for resolving issuer identity and checking whether an FDE certification credential has been revoked.
Resolves the Ed25519 Multikey used for EduGator credential signatures.
curl \
-H "Accept: application/did+ld+json" \
https://credentials.edugator.ai/.well-known/did.json
Publishes a W3C Bitstring Status List credential for FDE revocation checks.
curl \
-H "Accept: application/vc+ld+json" \
https://credentials.edugator.ai/status/fde/1
Operated by EduGator for public verification of issued Forward Deployed Engineer certification credentials. The DID and status list are public and do not expose learner records.
Verifiers must require a coherent cache TTL and expiration window so stale revocation data fails closed.
Rotate by publishing a new verification method, such as #key-02, while keeping prior verification methods resolvable for older credentials.
For verifier onboarding, incident reports, or key-rotation coordination, use a dedicated operational contact instead of a generic support queue.
Minimal artifacts a verifier needs to test integration before accepting EduGator FDE certification credentials in production.
A status bit set to 1 means revoked. A status bit set to 0 means not revoked for this status purpose.
"credentialStatus": {
"type": "BitstringStatusListEntry",
"statusPurpose": "revocation",
"statusListIndex": "94",
"statusListCredential": "https://credentials.edugator.ai/status/fde/1"
}
{
"type": ["VerifiableCredential", "OpenBadgeCredential"],
"issuer": "did:web:credentials.edugator.ai",
"name": "Certified Forward Deployed Engineer"
}