Multiple SSL Certificates in One Heroku Application

前端 未结 5 1627
南笙
南笙 2020-12-07 14:02

Is it possible to have many SSL certificates in the single Heroku Application ?

We have multiple domain names of different types and TLD\'s pointing to our applicati

5条回答
  •  温柔的废话
    2020-12-07 14:15

    I'm dealing with this myself. Heroku suggests getting a SAN/UCC certificate, which lets you list multiple several domains. Just did it with GoDaddy and it's working fine so far.

    https://devcenter.heroku.com/articles/ssl-endpoint#serving-multiple-domains

提交回复
热议问题