To install the Student Certificate Demo, follow these steps:
-
Clone the repository:
git clone https://github.com/dermrvn-code/StudentCertificateDemo
-
Install the required dependencies:
py install.py
Now everything is successfully installed and the Student Certificate Demo can be used.
To use the Student Certificate Demo, follow these steps:
-
Start the environment:
In every new terminal session, you need to start the environment by running the following command:
start_env.bat
-
Generate all certificates:
py service_client\generate_certificate.py
-
Start the student-client:
py student_client\main.py
-
Start the service-client:
py service_client\main.py
-
Generate the certificate request in the student-client
-
Upload the certificate request in the service-client and download the certificates
-
Upload both the personal and the public institution certificate in the student-client
-
Have fun with the Student Certificate Demo!
To reset the Student Certificate Demo, follow these steps:
-
Start the environment:
start_env.bat
-
Run the clear data script:
py clear_data.py