proxy support tls document (#16891)

Signed-off-by: xiyichan <2863768433@qq.com>
This commit is contained in:
exia 2022-05-16 12:21:55 +08:00 committed by GitHub
parent 2c005400fd
commit 01d5580d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1494 additions and 2 deletions

View File

@ -9,9 +9,8 @@ Milvus proxy uses TLS mutual authentication.
### 1. Make sure openssl is installed. ### 1. Make sure openssl is installed.
```shell ```shell
openssl version openssl version
# OpenSSL 1.1.1f 31 Mar 2020
``` ```
If openssl is not installed. If openssl is not installed. It can be installed like this in Ubuntu.
```shell ```shell
sudo apt install openssl sudo apt install openssl
``` ```

File diff suppressed because it is too large Load Diff