1

我们提供了几个游戏应用程序。我们现在必须集成 SSL 证书来处理 facebook 上的新 HTTPS 指南。我的问题是:

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

  1. facebook.game1.com & facebook.game2.com => 在这里我们需要购买和实施几个 SSL 证书,对吧?

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

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

多谢!!!!

4

3 回答 3

1

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.

于 2013-01-21T08:10:20.293 回答
0

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

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

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

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

希望这对您的问题有所帮助!

于 2011-09-07T08:34:31.623 回答
0

关于第一季度,您可以同时拥有一个 SSL 证书。这种类型的证书称为统一通信证书。

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

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

DigiCert 在 SSL 证书类型方面确实有很好的分类http://www.digicert.com/welcome/product-overview.htm

于 2011-09-11T12:42:28.757 回答