Update README.md

This commit is contained in:
冯伟浩
2022-08-23 06:43:09 +00:00
parent cbe51787c2
commit 2027d15557

View File

@@ -27,4 +27,10 @@ curl -F "blob=@tango-ca-v3.cer;type=text/plain" "http://192.168.11.100:9991/ca?k
1. cd src && make tarball
2. cd release
3. tar -zxvf cert_store-1.0.1.0.tar.gz
4. cd cert_store-1.0.1.0 && make install
4. cd cert_store-1.0.1.0 && make install
[Redis密码登录]
开启redis.conf配置中的
requirepass foobared : 设置 Redis 连接密码,如果配置了连接密码,客户端在连接 Redis 时需要通过 AUTH <password> 命令提供密码,默认关闭
终端登录时需要使用-a 指定密码
redis-cli -a tsg-2022