I've just followed the directions for setting up SSL on Heroku (c.f. http://devcenter.heroku.com/articles/ssl), during which the following files were created:
# final.crt # gd_bundle.crt # secure.mysite.com.crt # site.csr # site.key # site.orig.key It's evident that final.crt will be installed on Heroku. It would be convenient for me to add these files to my git branch and push them to Heroku, but is that prudent? Specifically, is there any sensitive info in any of these files that should NOT be pushed? - ff -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
