1

I need to install VeriSign SSL certs on a Heroku app.

The requirements for using these certs are:

  • Dedicated IP address.
  • A CSR generated on the web server with the domain name.

Is it possible to achieve the above, either directly through the Heroku platform or via custom addons.

4

1 回答 1

3

您应该遵循Heroku SSL 端点指南。不用担心 IP 地址,它由 Heroku SSL 端点提供。我也不认为您需要在服务器上创建证书签名请求,一旦创建了证书,您就可以在需要的地方使用它。

于 2013-05-30T16:37:28.117 回答