Setup A Registry Instance
Last updated
Last updated
Now that you have the Registry CLI installed, we can create a new instance of a registry!
Run the following command in a directory where you wish to setup the registry. For this example, we will use ~/Registries/example/
. (~
is short form for the user's home directory).
This will present you with a set of questions to setup the registry. For the purpose of this getting started guide, you can hit enter and use the default values for the registry. Please follow the references below
Registry Version
Auxiliary Services
The registry provides a set of auxiliary services that you can use in addition to the core registry. To select or deselect any of these services, use the SPACE BAR.
Reference solutions for digital credentialing, including administration or issuance portals, are available in Auxiliary services.
Type of QR
When VC Issuance is enabled, you'll be prompted to choose the type of QR code to generate on your certificates.
Once the registry init is successfully initialized, the status of all the services can be checked using
The above command should return the status of all the services, like below
Make sure that the status of all the services is in the running
state. If any of the services are in exited
status you can restart only that particular service.
To restart the registry use the below command
To stop the running services, you can use the below command