Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.16 KB

VC issuer GUI

A GUI for the VC issuer implemented by the ZeroTrustVC project.

Usage

Prerequisites

Make sure you have installed VC issuer

Compile and run

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).