1 个 SSL 证书适用于 2 个应用程序?

发布于 2024-12-03 02:33:35 字数 366 浏览 1 评论 0原文

我们提供多种游戏应用程序。我们现在必须集成 SSL 证书来处理 facebook 上新的 HTTPS 准则。我的问题是:

我们的 Facebook 游戏是否必须使用不同的 URL,例如

  1. facebook.game1.com 和

    facebook.game1.com? facebook.game2.com =>这里我们需要购买并实施多个 SSL 证书,对吧?

  2. 或者我们可以坚持使用像 facebook.company.com 这样的单一域名并为我们的游戏使用子域名吗? =>是否可以只实施一个 SSL 证书?

我在哪里可以找到更多信息?

非常感谢!!!!

We provide several gaming apps. We now have to integrate SSL certificates to handle the new HTTPS guidelines on facebook. My question is:

Do we have to use different URLs for our facebook games like

  1. facebook.game1.com & facebook.game2.com => Here we need to buy and implement several SSL-certificates, right?

  2. or can we stick to a single domain like facebook.company.com and use subdomains for our games? => Is it possible to implement just one SSL certificate?

Where can I find further information?

THX a lot!!!!

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

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

发布评论

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

评论(3

心安伴我暖 2024-12-10 02:33:35

这取决于你有多少个IP地址。

Q1>如果您有 1 个 IP 地址,您应该获得处理多个域的 SAN 证书 - http://www.ssl.com /subject_alternative_name 很好地解释了 SAN 的用途。如果每个域有 1 个 IP,那么您可以为每个 IP 地址使用廉价的标准 SSL 证书。

Q2>如果您有 1 个 IP 地址,那么 通配符 就可以派上用场。如果每个域有 1 个 IP,那么您可以为每个 IP 地址使用廉价的标准 SSL 证书,如上所述。

It depends on how many ip addresses you have.

Q1> if you have 1 ip address, you should get the SAN certificate that handles multiple domains - http://www.ssl.com/subject_alternative_name gives a good explanation on what a SAN is useful for. If you have 1 ip per domain, then you can get by with a cheap standard SSL certificate for each ip address.

Q2> if you have 1 ip address, this would be where a wildcard comes in handy. If you have 1 ip per domain, then you can get by with a cheap standard SSL certificate for each ip address as mentioned above.

于我来说 2024-12-10 02:33:35

首先,您可以为每个域创建多个应用程序...我有两个应用程序都位于同一域中,仅位于不同的文件夹中。
EG:

App1
https://my.domain.info/app1/

App2
https://my.domain.info/app2/

如果您想要不同的子域,例如 app1.domain.info 和 app2.domain.info,您将必须购买(昂贵的)通配符 ssl 证书...

希望这能解答您的问题!

Well firstly you can create more than one application per domain... I have two applications both sitting in the same domain only in different folders.
EG :

App1
https://my.domain.info/app1/

App2
https://my.domain.info/app2/

If you want different sub domains, eg app1.domain.info and app2.domain.info, you will have to purchase (an expensive) wildcard ssl certificate...

Hope this sheds some light on your question!

太阳哥哥 2024-12-10 02:33:35

关于 Q1,您可以在一个 SSL 证书上同时拥有这两个证书。这种类型的证书称为统一通信证书。

关于第二个问题,是的,您可以实施一个 SSL 证书,在这种情况下它将是一个通配符证书。

UNC 证书比通配符证书便宜。

DigiCert 对 SSL 证书类型有很好的细分 http://www.digicert.com/欢迎/产品概述.htm

In regards to Q1, you can have both on one SSL cert. This type of certs is call Unified Communication Cert.

In regards to Q2, yes you can implement one SSL cert in this case it will be a wildcard certificate.

UNC certs are cheaper than wildcard certs.

DigiCert do have good breakdown in regards to SSL certificates types http://www.digicert.com/welcome/product-overview.htm

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