Firebase Cloud功能:TLS证书 [英] Firebase Cloud Functions: TLS Certificate

查看:44
本文介绍了Firebase Cloud功能:TLS证书的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对Firebase和Cloud Functions还是很陌生,所以请忍受:)

I'm fairly new to Firebase and Cloud Functions so please bear with me :)

我创建了一个Express-Node后端服务器,并将其安装在Cloud Functions上,并且我有一个前端React应用程序,该应用程序对其进行API调用.为了安全起见,我是否需要将任何TLS证书设置添加到Express服务器,还是由功能部来解决?除此之外,在使用功能"时还应注意其他主要安全问题吗?(我已经在后端使用了Helmet包)

I created an Express-Node backend server and have it on Cloud Functions, and I have a frontend React app that makes API calls to it. Do I need to add any TLS certificate setup to the Express server for security, or does Functions take care of that? Aside from this, are there any other major security issues I should watch for when using Functions? (I'm already using the Helmet package in the backend)

谢谢!

推荐答案

Cloud Functions将提供SSL证书来保护与其建立的安全https连接.

Cloud Functions will provide an SSL certificate to secure the secure https connections made to it.

如果您还有其他安全问题,则需要根据您的特定需求解决代码中的那些问题.

If you have other security concerns, you will need to address those in your code according to your specific needs.

这篇关于Firebase Cloud功能:TLS证书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆