A GUI for the VC issuer implemented by the ZeroTrustVC project.
Make sure you have installed VC issuer
You can open the source code in Visual Studio or you can use .net sdk to compile it. Instructions for compiling and running the project follow. In order to compile the source code, from the project folder execute:
dotnet build
In order to run the compiled file, from the project folder execute:
dotnet run
If you have used the provided SQL commands for filling the database with
test records, you can test that everything works by requesting a token using
the following curl
command
ΝΟΤΕ
VC issuer should be installed behind a proxy, which will support HTTPS (see for example the instructions here) as well as password restricted access control (e.g., using Apache2 Authentication and Authorization).