I'm trying to use ssl with cleardb and rails
I've followed all steps on this link (https://devcenter.heroku.com/articles/cleardb#using-ssl-with-cleardb-and-rails) but I have a question :
how do I upload the certificates to my heroku instance ?
there's a not saying :
In this example, the certificates are located in your application’s root directory. To specify a different directory, simply prepend the path to the certificate.
but how do I upload this to my application root directory ? Do I need to check this in my github repo ? it doesn't feel safe at all ?
Thanks a lot for your help Michael