TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.79k stars 2.08k forks source link

How does TARS implement https in go language? #727

Closed TARS-Question closed 4 years ago

TARS-Answer commented 4 years ago

Go can use the go package method, https and tars are irrelevant, you need to implement it yourself.

TARS-Answer commented 4 years ago

go用go包方式就可以了, https和tars就无关了, 需要自己实现。

TARS-Question commented 4 years ago

How to use crt and key certificate files? Specifically, when deploying on TARS, how to load these certificates?

TARS-Question commented 4 years ago

如何使用crt和key等证书文件?具体到TARS上部署的时候,如何加载这些证书?

TARS-Answer commented 4 years ago

It can be made into remote configuration, pulled to the local, and then loaded; or packaged with the bin file for release.

TARS-Answer commented 4 years ago

可以做成远程配置, 拉取到本地, 然后加载;或者和bin文件打包到一起发布。