Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 4.04 KB

File metadata and controls

58 lines (43 loc) · 4.04 KB
redirect_from /ru/Certificate.html
title ConEmu | Certificate
breadcrumbs
url title
TableOfContents.html#conemu
ConEmu

Open Source Developer, ConEmu-Maximus5

All ConEmu's binaries are signed as ‘Open Source Developer, Maksim Moisiuk’.

Why to use certificate? {#Why_to_use_certificate}

  • You can check integrity of ConEmu executable files.
  • Avoid Windows SmartScreen prevention of unrecognized program from starting (Installer).
  • Vista and higher ‘User account control’ confirmation will be more friendly.
  • More friendly attitude from antiviral programs (AVP for example).

ConEmu. UAC confirmation

Checking the integrity {#Checking_integrity}

Just open file properties (by right clicking in the Explorer), go to ‘Digital signatures’ tab, select signature and click ‘Details’ button.

Checking digital signature

{% comment %}

How to install certificate?

Download [http://conemu-maximus5.googlecode.com/svn/files/Certificate/ConEmu.cer Certificate]. !DoubleClick on certificate file
Confirm open file
Press ‘Install certificate’
Import !ConEmu.cer
Choose ‘Trusted Root Certification Authorities’
Press Finish
Click Yes in the ‘Security Warning’ dialog
Certificate is ready

Alternative installation method

Start mmc console (depress WinR, type mmc and press Enter)
Press Yes
Choose Add/Remove Snap-in
Add Certificates to right part
Import !ConEmu.cer
Click Yes in the ‘Security Warning’ dialog
Certificate is ready

{% endcomment %}