如何获取 .cer 和私钥

发布于 2024-10-01 00:45:36 字数 46 浏览 0 评论 0原文

我们需要一个 .cer,以便第三方可以验证我们的请求和响应。我该如何获得一个?

We need a .cer so a 3rd party can validate our requests and responses. How do I go about getting one?

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

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

发布评论

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

评论(1

杀手六號 2024-10-08 00:45:36

您的问题太宽泛,无法在 StackOverflow 中得到解答。

如果对方对必须使用哪些证书有自己的要求,那么您需要遵循该要求。此外,该方也可能自行颁发证书,在这种情况下,他们会给您一个证书。

如果您正在开发通信双方,则可以生成自己的自签名证书并验证它们。

最后,如果对方有预定义的受信任证书或使用 Windows 受信任证书,那么您可以使用受信任/接受的 CA 之一来获取证书。

一般来说,强烈建议您阅读一两本有关证书基础知识的书 - 它们如何工作以及如何使用。对于介绍性材料,我可以为您提供我们知识库中的文章,它们涵盖证书基础知识以及使用证书进行身份验证。

Your question is way too broad to be answered within StackOverflow.

If the other party has it's own requirements regarding what certificates must be used, then you need to follow that requirements. Also it's possible that this party issues certificates itself, in which case they will give you one.

If you are developing both sides of the communication, you can generate your own self-signed certificates and validate them.

Finally, if the other party has predefined trusted certificates or uses Windows trusted certificates, then you can use one of trusted / accepted CAs to get the certificate.

In general it's strongly recommended that you read a book or two about certificate basics - how they work and how they are used. For introductory material I can offer you the articles in our knowledgebase, they cover certificate basics and use of certificates for authentication.

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