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.
警告:签名者证书已过期。
当我尝试使用 jarsigner 签名时,我得到以下信息,并且没有生成输出 jar。
如何更新我的 jar 签名?
您是否使用自签名证书?如果是这样,您只需要使用 keytool 生成一个新证书,然后使用 keysigner 对您的 jar 进行签名。
如果您使用的是第三方签名证书(Verisign、Thawte 等),您需要使用他们的在线系统(通常是您获得原始证书的同一个地方)更新您的密钥。