Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试为我们的项目实施代码签名例程。存档是 EAR。当我在谷歌研究时,我们看到免费或付费的 jar 代码签名证书。任何人都可以帮助我们是否可以为 EAR 进行代码签名,如果可以,如何?
您可以使用 jdk 的 keytool 创建自己的密钥库。但这将是一个自签名档案。
否则,您可以以您的名义从 Entrust、Verizon 等任何 CA 获取签名证书...
我的问题是你为什么要签署 EAR。