简体   繁体   English

要从可信赖的来源(例如DigiCert或Symantec)获得签名证书,是否应该满足Java代码的要求?

[英]What requirement if any should a Java Code meet to get a Signed Certificate from a trusted source like DigiCert or Symantec?

I was just wondering if the SSL companies like Digicert give trusted certificates to any organization/software that pays the fee or is there a verification process they do that the code is actually not malicious? 我只是想知道,像Digicert这样的SSL公司是否将受信任的证书提供给任何付费的组织/软件,或者他们是否进行了验证过程以证明代码实际上不是恶意的?

-Thanks AB -感谢AB

Code signing is meant only to provide assurance as to the author/source of the code. 代码签名仅是为了保证代码的作者/来源。 In no way does it guarentee that the code is not malicious. 绝不保证该代码不是恶意的。

The theory is that if you trust the source, you should trust their code 从理论上讲,如果您信任源代码,则应该信任他们的代码

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 lotus notes ssl certificate self signed client没有可信任的证书java - lotus notes ssl certificate self signed client no trusted certificate java 如何获取* .cer文件以将自签名HTTPS证书添加为Java信任 - How to get a *.cer file to add a self-signed HTTPS certificate as trusted for Java 从Java程序中获取任何类的源代码 - Get source code of any class from within a Java program 如何确定Applet是否已签名并显示证书的提供者(例如Digicert)和证书的到期日期 - How to determine if an Applet is Signed and display the provider of the certificate e.g. Digicert and the expiry date of the certificate Keytool创建受信任的自签名证书 - Keytool create a trusted self signed certificate 受信任的 SSL 证书显示为自签名 - Trusted SSL certificate showing as self signed 我可以在Java中创建自签名证书吗?这些证书将被Web浏览器自动信任? - Can I create self-signed certificate in Java which will be automatically trusted by web browsers? 手动将Java自签名证书导入到信任列表之前,第一次仍会显示安全警告 - Java self signed certificate imported to trusted list before hand will still show security warning the first time 如何获取服务器证书链然后验证它在 Java 中是否有效和可信 - How to get server certificate chain then verify it's valid and trusted in Java 从服务器运行Notes Java代理时没有受信任的证书 - No trusted certificate when running notes java agent from server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM