Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot Heroku:自动证书管理(ACM)和#x2B;SSLFastTrack通配符子域-如何?_Spring Boot_Ssl_Heroku_Wildcard Subdomain - Fatal编程技术网

Spring boot Heroku:自动证书管理(ACM)和#x2B;SSLFastTrack通配符子域-如何?

Spring boot Heroku:自动证书管理(ACM)和#x2B;SSLFastTrack通配符子域-如何?,spring-boot,ssl,heroku,wildcard-subdomain,Spring Boot,Ssl,Heroku,Wildcard Subdomain,如何将多个ACM域与SSLFASTRACK通配符子域一起设置 我有一个Spring应用程序,为来自多个域的网站提供服务。您将获得一个your-free-subdomain.windflow.app(*.windflow.app)。我通过设置禁用了SSL,并启用了SSLFastTrack,通配符子域工作得很好 但是,很遗憾,我无法重新启用ACM。我现在需要一个模式来允许多个ACM域与我的SSL快速跟踪通配符插件一起使用 我正在考虑创建一个单独的heroku应用程序实例来处理ACM域,并将所有请求转

如何将多个ACM域与SSLFASTRACK通配符子域一起设置

我有一个Spring应用程序,为来自多个域的网站提供服务。您将获得一个your-free-subdomain.windflow.app(*.windflow.app)。我通过设置禁用了SSL,并启用了SSLFastTrack,通配符子域工作得很好

但是,很遗憾,我无法重新启用ACM。我现在需要一个模式来允许多个ACM域与我的SSL快速跟踪通配符插件一起使用

我正在考虑创建一个单独的heroku应用程序实例来处理ACM域,并将所有请求转发给我的另一个具有通配符证书的应用程序

有推荐的模式吗