Expand description
auths did-webs — emit a did:webs DID document for an AID.
did:webs anchors a KERI AID into a web-resolvable DID document so a
standard DID resolver verifies the identifier without speaking KERI. The
document is derived by replaying the AID’s KEL into its current key-state, so
the verification material is exactly the AID’s current signing keys — the KEL
stays the source of truth. The document auths emits is byte-compatible with
the ToIP did:webs reference resolver’s didDocument
({id, verificationMethod, service, alsoKnownAs}). The crypto/wire definition
lives in auths-keri::did_webs; this is a thin CLI adapter over it.
Structs§
- DidWebs
Command - Emit a
did:websDID document for an AID (KEL-anchored).