You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the issuance flow page, download the microservices.zip file by"Download microservices"
The issuance flow page should look like this:
Deploy the Microservices
Copy the microservices.zip file on the server and unzip it, it should create the folder /DIDroom_microservices (which maybe will be inside /microservices...(
type: cd DIDroom_microservices
type: make up (this command generates the secret keys for the microservices, and registers a DID for each of them)
From that moment, you should have the microservices (authz_server and credential_issuer) running and configured.
Preparation
Register a domain name, let's say: microservices.myapp.domain
Setup a linux server, configure SSL and make sure the server is resolved at: https://microservices.myapp.domain/
Make sure you have all the commands installed, type: sudo apt install make wget jq git -y
Provision and download the Microservices
Deploy the Microservices
Copy the microservices.zip file on the server and unzip it, it should create the folder /DIDroom_microservices (which maybe will be inside /microservices...(
type: cd DIDroom_microservices
type: make up (this command generates the secret keys for the microservices, and registers a DID for each of them)
From that moment, you should have the microservices (authz_server and credential_issuer) running and configured.
Receive your first credential
The text was updated successfully, but these errors were encountered: