Skip to content

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

Notifications You must be signed in to change notification settings

mmlab-aueb/vc-issuer-gui

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published