Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.06 KB

issuer-node-reusing-issuer-did.md

File metadata and controls

26 lines (19 loc) · 1.06 KB
id title sidebar_label description keywords
issuer-node-reusing-issuer-did
Reusing a Previously Used Issuer DID
Reusing Issuer DID
Guide on reusing a previously configured issuer DID without deleting the database.
faq
issuer-node
DID reuse
Docker

Question

How can I reuse a previously used DID with the issuer node?

Answer

If you have not deleted the database and wish to reuse a previously configured issuer DID, simply update the ISSUER_API_UI_ISSUER_DID variable in the .env-api file to the old DID value. Then, restart the Docker containers (issuer_api-ui, issuer_ui, issuer_notifications, and issuer_pending_publisher) to apply the changes.

Wrong answer:

If you want to reuse a previously used DID, it's sufficient to manually edit the database entries to reflect the old DID, bypassing the need to update environment files or restart any services. This direct database manipulation ensures immediate reuse of the DID without considering system synchronization or security implications.