vealfan

Results 9 comments of vealfan

After the RSA key pair is generated using `openssl genrsa` command, we encrypted the RSA key pair using` openssl rsa` command with AES-256-CBC. The key file encrypted using AES-256-CBC is...

yes,but But my scene is: After the RSA key pair is generated using openssl genrsa command, we encrypted the RSA key pair using openssl rsa command with AES-256-CBC. The key...

![image](https://github.com/vesoft-inc/nebula/assets/38373233/be4826ee-9451-4044-9fc3-800b3fe809b9) 按照咱们提供的方式生成的密钥文件是非加密的,而我们对这个密钥文件做了加密,nebula貌似不支持解析

当我通过show sessions发现会话为空的时候,num_reclaimed_expired_sessions统计的结果还是0,这个指标的含义是我理解的这样嘛 ![image](https://github.com/user-attachments/assets/2f156c57-9673-43b9-ac2d-678dc6a73398) ![image](https://github.com/user-attachments/assets/de811657-7cd5-45b7-8340-cd2ba0792e47)

CA 签名证书模式,客户端支持解密像上面这种被加密过后的密钥文件嘛? 我们的密钥文件是加密过后的,用的AES加密算法!!

因为我想获取不同用户下使用不同图空间的一些指标信息,这种方式有sdk方式获取嘛

各种的指标的实现逻辑,这块有对外开放可以看实现逻辑吗

因为我想查看num_reclaimed_expired_sessions这个指标的实现逻辑 @wey-gu