A tool to manage and configure certificate information.
:: To dump the configuration information or files:
certutil <filename>
:: To encode a file in hexadecimal:
certutil -encodehex <path\to\input_file> <path\to\output_file>
:: To encode a file to Base64:
certutil -encode <path\to\input_file> <path\to\output_file>
:: To decode a Base64-encoded file:
certutil -decode <path\to\input_file> <path\to\output_file>
:: To generate and display a cryptographic hash over a file:
certutil -hashfile <path\to\input_file> <md2|md4|md5|sha1|sha256|sha384|sha512>