CodeSigning Certificate

Post a reply


BBCode is OFF
Smilies are OFF

Topic review
   

Expand view Topic review: CodeSigning Certificate

CodeSigning Certificate

by YiMeng » Mon Jun 20, 2022 6:57 am

All executables posted will be digitally signed by the same certificate. Installation of the certificate is optional, but is highly recommended. It ensure data integrity of files and that the executables are not tampered by others.

Download Digital Certificate: https://jrvs.in/assets/rootCA.crt

There are multiple ways to install the certificate.
Follow the steps below to manually install the certificate using the downloaded file:
  • Double click the downloaded .crt file
    • If "Open File - Security Warning" prompts, Click "Open"
  • Click "Install Certificate"
  • Choose "Local Machine"
    • If "User Account Control" prompts, Click "Yes"
  • Choose "Place all certificates in the following store"
    • Click "Browse"
    • Choose "Trusted Root Certification Authorities"
    • Click "OK"
  • Click "Next"
  • Confirm and Click "Finish"
  • Click "OK" on successfully installed message
  • Lastly, Click "OK" to close the Certificate dialog box

Top