如何为 AWS API 网关使用 Firebase 托管 SSL 证书?
How do I use a Firebase Hosting SSL Certificate for AWS API Gateway?
我通过 firebase
在 www.example.com
托管我的应用程序
我有几个 AWS Lambda
具有 AWS API Gateway
端点的函数。 According to the docs,要通过我的 example.com
域上的子域调用我的 lambda
函数,我需要 "PEM-encoded SSL certificate".
我假设我不应该t/don为此目的创建一个新的 SSL 证书,但我不清楚如何继续。
我可以为我的 Firebase hosting
SSL 证书获取必填字段(证书 body
、证书 chain
和 private key
)吗?
你不能。 Firebase 托管代表您提供 SSL 证书,但用于生成该证书的私钥仅属于 Firebase,不能共享或下载。要获得其他服务的 SSL 证书,您需要购买一个或通过 Let's Encrypt.
生成一个
我通过 firebase
在 www.example.com
我有几个 AWS Lambda
具有 AWS API Gateway
端点的函数。 According to the docs,要通过我的 example.com
域上的子域调用我的 lambda
函数,我需要 "PEM-encoded SSL certificate".
我假设我不应该t/don为此目的创建一个新的 SSL 证书,但我不清楚如何继续。
我可以为我的 Firebase hosting
SSL 证书获取必填字段(证书 body
、证书 chain
和 private key
)吗?
你不能。 Firebase 托管代表您提供 SSL 证书,但用于生成该证书的私钥仅属于 Firebase,不能共享或下载。要获得其他服务的 SSL 证书,您需要购买一个或通过 Let's Encrypt.
生成一个