heroku 上的 ssl 证书 cleardb

ssl certificates cleardb on heroku

我正在尝试将 ssl 与 cleardb 和 rails

结合使用

我已经完成了这方面的所有步骤 link (https://devcenter.heroku.com/articles/cleardb#using-ssl-with-cleardb-and-rails) 但我有一个问题:

如何将证书上传到我的 heroku 实例?

有一句不对:

在这个例子中, 证书位于应用程序的根目录中。要指定不同的目录,只需 在证书路径前添加。

但是如何将其上传到我的应用程序根目录?我需要 在我的 github 回购中检查这个?一点都不安全?

非常感谢您的帮助 迈克尔

好的,我收到了 clearDB 和 heroku 的回复,他们告诉我在我的 github 存储库中检查我的证书,这不是安全漏洞

the certificates by themselves do not provide any means by which to authenticate to the database (e.g., X.509 validation is not being used in conjunction with the credentials that you are required to provide in order to gain access to the database - this is by default on our Community pricing plans).