Issuer Configuration
Multi-tenancy
Creating a DID for a tenant
curl -X 'POST' \
'http://localhost:8080/issuer-api/default/config/did/create \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"method": "key",
}'{
"method": "string*",
"keyAlias": "string",
"didWebDomain": "string",
"didWebPath": "string"
}Retrieve and update tenant configuration
Update issuer configuration to include our generated DID
Last updated
Was this helpful?
