Master Data
Account Info
Connect to your wallet and select an account
No account connected
Issuer Management (did:web)
Registration
Register Issuer (did:web)
Register your organization to obtain a did:web identity for UNTP-compliant VC issuance. This enables wallet-agnostic passport creation (supports sr25519, ed25519, etc.).
Your organization's domain. The DID will be: did:web:example.com
Note: After registration, you must host the DID document at
The platform can serve it temporarily, but for production you should host it on your own domain.
https://example.com/.well-known/did.jsonThe platform can serve it temporarily, but for production you should host it on your own domain.
Verification
Verify Issuer (did:web)
Verify that a registered did:web issuer has correctly hosted the DID document and that the public key matches.
Enter the domain of the registered issuer to verify. The system will check if https://example.com/.well-known/did.json is accessible and the public key matches.
Note: Verification checks that the DID document is hosted at the correct URL and that the public key in the hosted document matches the stored public key.
If verification fails, ensure that:
If verification fails, ensure that:
- The did.json file is accessible at
/.well-known/did.json - The Content-Type header is set to
application/did+json(orapplication/json) - The public key in the DID document matches the registered public key