1

这篇文章展示了如何向应用程序添加证书,我的问题是,有没有办法将非通配符和通配符证书的多个证书添加到单个应用程序。

例如,我有一个名为websites多个网站的应用程序,是否可以使用 Flynn 为该应用程序设置多个证书?

4

1 回答 1

1

You can add as many domains/certificates as you want to an app.

Use the flynn route add http $DOMAIN -c $CERTIFICATE_PEM_FILE -k $KEY_PEM_FILE command to add additional routes. You can distinguish between routes in requests to the app by checking the HTTP Host header.

于 2020-07-08T16:56:32.650 回答