在 Mac OS X 中创建 PEM 格式的 google oauth X.509 证书

发布于 2024-11-27 07:46:08 字数 311 浏览 2 评论 0原文

我目前正在为我的网站设置 Google oauth,我想知道是否可以通过终端在 MAC OS X 中生成 PEM 格式的 X.509 证书?

Google 提供此页面作为参考:

http://code.google。 com/apis/gdata/docs/auth/authsub.html#Registered

但我希望它可以在 Mac 操作系统中完成。

I am currently in the process of setting up the Google oauth for my site and I was wondering if it is possible to generate a X.509 certificate in PEM format within MAC OS X via terminal?

Google provides this page as reference:

http://code.google.com/apis/gdata/docs/auth/authsub.html#Registered

but I was hoping it could be done within the Mac OS instead.

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

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

发布评论

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

评论(1

醉梦枕江山 2024-12-04 07:46:08

您可以使用 OpenSSL,它应该默认安装在 OS X 上。此教程向您展示了如何创建您自己的自签名证书。

您还可以将 OpenSSL 用于更复杂的用途,例如根 CA 可以直接颁发更多子 CA 或最终实体证书。

You can use OpenSSL for that, it should be installed by default on OS X. This tutorial shows you how you may create your own self-signed certificate.

You can also use OpenSSL for something more sophisticated, e.g. a root CA that would issue either further sub-CAs or end-entity certificates directly.

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