Java证书和vba证书有什么区别?

发布于 2024-10-19 17:13:44 字数 250 浏览 9 评论 0原文

我已经拥有 Verisign 颁发的用于签署 Java 代码的证书。为了支持 Java 应用程序,我编写了一个 Outlook 宏并想要对其进行签名。使用 Java 证书时这不起作用。谁能告诉我是否:

a) 有一种方法可以使用有效的 Verisign Java 证书来签署 vba 代码并且
b) 如果不是,导致证书语言特定的技术差异是什么。

我只是要求为另一个 Verisign 证书再次支付相同的金额,这对于几行 vba 代码来说有点麻烦。

I already own a certificate from Verisign for signing Java code. To support a Java application, I have written an Outlook macro and want to sign it. This doesn't work using the Java certificate. Can anyone tell me if:

a) there is a way to use a valid Verisign Java certificate to sign vba code and
b) if not, what is the technical difference that makes certificates language specific.

I only ask as paying the same amount again for another Verisign certificate is a little galling for a handful of lines of vba code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

与酒说心事 2024-10-26 17:13:44

证书可以有各种扩展名。最常见的代码签名非常通用。然而,似乎某些平台需要特定的扩展。

一些证书供应商希望您为每个平台购买一张证书。我想它们特别不包含一些所需的扩展。其他似乎只需要一个证书即可为多个平台签名:https://secure.ksoftware。网/code_signing.html

Certificates can have various extensions. The most common one for code signing is quite generic. However, it seems that some platforms require specific extensions.

Some certificate vendors like you to buy one certificate for each platform. I guess they specically don't include some needed extensions. Other, it seems, seem to just require one certificate to sign for multiple platforms: https://secure.ksoftware.net/code_signing.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文