Add Jar, and Readme

This commit is contained in:
2025-02-13 12:05:56 +01:00
parent e1188e3178
commit ad10596d44
3 changed files with 10 additions and 0 deletions

Binary file not shown.

3
src/META-INF/MANIFEST.MF Normal file
View File

@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: SSLCertChecker

7
src/Readme.md Normal file
View File

@@ -0,0 +1,7 @@
Commandline certificate expire testing tool.
## Run Project:
java.exe -Dfile.encoding=UTF-8 -classpath C:\Users\kotschak\IdeaProjects\SSLChecker\out\production\SSLChecker SSLCertChecker C:\Users\kotschak\IdeaProjects\SSLChecker\src\urls.txt
## Run jar:
java.exe -jar \<PATH\>\SSLChecker.jar urls.txt