diff --git a/README.md b/README.md index 5f247629b71b4d2242da4cdbedbc396f19d77c6a..a798df5b0be8a5dee46c66632194fdc278d5a925 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