Will a self signed code-signing certificate get rid of “Unknown Publisher” warnings?

拈花ヽ惹草 提交于 2019-12-07 18:35:29

问题


Will a self signed code-signing certificate get rid of "Unknown Publisher" warnings?

What will be the effect of using a self signed certificate with regards to warnings?


回答1:


You will still get warnings like untrusted signing authority when using self signed certificates. You usually just self sign on your own servers to test SSL. You don't want to self sign SSL on a production server.




回答2:


No, a self-signed won't work for that. You'll have to get a code signing cert from a real Ca, see http://codesigning.ksoftware.net or http://www.verisign.com (and there are many more).




回答3:


Here's what worked for me. For local testing, yes that is possible.

  1. Right click the installer and go to Properties.
  2. Click on the Digital Signatures tab.
  3. Under Signature list select the signer and click Details
  4. Click View Certificate
  5. Click Install Certificate..., then Next >
  6. Select Place all certificates in the following store radio button
  7. Click Browse and select Trusted Root Certification Authorities
  8. Click OK and click Next >, and then Finish.
  9. A Security Warning will appear informing you that you're doing this at your own risk.

If you want to remove this certificate you can do that by going to certmgr.msc and removing the certificate located under Trusted Root Certification Authorities




回答4:


If you install your self-signed certificate into the Root Certification Authorities store, you will not get "Unknown Publisher" warnings.



来源:https://stackoverflow.com/questions/12522917/will-a-self-signed-code-signing-certificate-get-rid-of-unknown-publisher-warni

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!