Node JS utility to check the signature of Apple P12 Certificates.
Confirmed to work on macOS, Windows, and Linux.
Works with both enterprise and developer certificates.
Includes tool to convert CER files to PEM. (See cer-to-pem.js)
- Twitter (@iCrazeiOS)
- Discord: iCraze#3017
- PayPal
- BTC: bc1q0ghuykcutljjyh3tcdjv88ek8zjzrtnk8zhuhy
- Node JS (with
ocsp
&node-forge
modules)
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)