Skip to content

Angel-Concha-Layme/certificates-trust-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digital Certificates Trust Verifier 🚀

1. Create virtual environment

We create a virtual environment.

python -m venv venv 

We activate the virtual environment.

. venv/bin/activate

2. Install requirements

We install all the requirements from the 'requirements.txt' file.

pip install -r requirements.txt

3. Run app

Inside the verfierApp/ folder, we run the application with the following command.

python manage.py runserver

About

Web application with the ability to determine the trust of a website by verifying its SSL/TLS digital certificate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors