JWTProofingWithCertificate is a small console project that checks the JWT Certificate of a receipt.
Build the JWTProofingWithCertificate project and use the resulting JWTProofingWithCertificate.exe. Give the console your CertificatePath and the JWT as parameters and execute. The console will notify on the results.
Build the Programm.cs to generate the exe. There are no tests for this project.
Parameter | Mandatory | Type | Description |
---|---|---|---|
certificatepath | Required | String | Path of the certificate file. |
jwt | Required | String | JWT string to be proofed. |
help | Optional | - | Display the help screen. |
version | Optional | - | Display version information. |
Our usual version format is used, ".{build}" is left out for the moment {major}.{sprint}.{yyddd}.{build} https://www.esrl.noaa.gov/gmd/grad/neubrew/Calendar.jsp
Improved on command line parameters.