游雁 hace 2 años
padre
commit
5b2fcc19af

+ 6 - 5
funasr/runtime/docs/SDK_tutorial_online.md

@@ -112,12 +112,7 @@ If you have restarted the computer or shut down Docker after one-click deploymen
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh start
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh start
 ```
 ```
 
 
-### Set SSL
 
 
-SSL verification is enabled by default. If you need to disable it, you can set it when starting.
-```shell
-sudo bash funasr-runtime-deploy-online-cpu-zh.sh --ssl 0
-```
 
 
 ### Stop the FunASR service
 ### Stop the FunASR service
 
 
@@ -165,6 +160,12 @@ sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --decode_thread_num 32
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --workspace ./funasr-runtime-resources
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --workspace ./funasr-runtime-resources
 ```
 ```
 
 
+### Set SSL
+
+SSL verification is enabled by default. If you need to disable it, you can set it when starting.
+```shell
+sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --ssl 0
+```
 
 
 
 
 ## Contact Us
 ## Contact Us

+ 5 - 5
funasr/runtime/docs/SDK_tutorial_online_zh.md

@@ -115,12 +115,7 @@ FunasrWsClient --host localhost --port 10095 --mode 2pass
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh start
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh start
 ```
 ```
 
 
-### 设置SSL
 
 
-默认开启SSL校验,如果需要关闭,可以在启动时设置
-```shell
-sudo bash funasr-runtime-deploy-online-cpu-zh.sh start --ssl 0
-```
 
 
 ### 关闭FunASR服务
 ### 关闭FunASR服务
 
 
@@ -168,6 +163,11 @@ sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --decode_thread_num 32
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --workspace ./funasr-runtime-resources
 sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --workspace ./funasr-runtime-resources
 ```
 ```
 
 
+### 关闭SSL证书
+
+```shell
+sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --ssl 0
+```
 
 
 ## 联系我们
 ## 联系我们