Update README.md
This commit is contained in:
@@ -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
|
1. cd src && make tarball
|
||||||
2. cd release
|
2. cd release
|
||||||
3. tar -zxvf cert_store-1.0.1.0.tar.gz
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user