From f664052f066b55ac3726c03b608d0b08a94df9d3 Mon Sep 17 00:00:00 2001 From: Neeserg Parajuli <neesergp@student.unimelb.edu.au> Date: Thu, 24 May 2018 11:41:46 +0000 Subject: [PATCH] seeing how readme looks --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5f24762..a798df5 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,17 @@ makes sure the certificate is still valid for that URL. Instructions: 1) type in make clean then make in the command prompt + 2) type in ./certcheck [path to csv] (make sure path to certificate stored in the csv is relative to the directory of the certcheck program) + 3) check the output file. Files: + certcheck.c is the main file that controls that stands as proxy between csv_handler and validater + validater.c validates a certificate + csv_handler reads csv data to memory and writes a csv file -- GitLab