Skip to content

Olympta/CertCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CertCheck

Node JS utility to check the signature of Apple P12 Certificates.

Confirmed to work on macOS and Linux. Windows may need slight changes.

Works with both enterprise and developer certificates.

Includes tool to convert CER files to PEM. (See cer-to-pem.js)

Contact

Support

  • PayPal
  • BTC: bc1q0ghuykcutljjyh3tcdjv88ek8zjzrtnk8zhuhy

Requirements

  • Node JS (with ocsp & node-forge modules)

Usage

Standard usage:

  • Have cert.p12 and pass.txt in the same directory as the script.
  • Run node index.js

Specify directory:

  • Have cert.p12 and pass.txt in a different directory than the script.
  • Run node index.js "/path/to/directory"

JSON output:

  • Follow steps for other examples, but add --json to the end of the command. (MUST be after custom directory, if you are using one)