heroku: set SSL certificates on Free Plan?

前端 未结 8 831
遇见更好的自我
遇见更好的自我 2020-12-24 13:20

I would like to set some SSL certificates for one app I have on heroku (a simple application based on nodeJS + Vue).

I know if I upgrade to the Hobby Plan (7$ for mo

8条回答
  •  星月不相逢
    2020-12-24 14:06

    Since you don't make explicit if you need to apply the SSL certificate to a custom domain, I think it's necessary to say that according to the Heroku documentation:

    Apps using free dynos can use the *.herokuapp.com certificate if they need SSL.

    https://devcenter.heroku.com/articles/ssl

    Maybe future readers could find this answer helpful...

提交回复
热议问题