在服务器端续订证书后、在存储端需要执行哪些操作?
适用场景
- IBM Cloud Object Storage
- FAS
- SSL 证书
问题解答
需要在存储端禁用证书验证 、然后继续在服务器端续订证书、以便在进行通信时、不会在存储端进行证书验证、也不会产生任何影响。
::*> storage aggregate object-store config modify -object-store-name my-store -port 443 -is-certificate-validation-enabled false
追加信息
在服务器端完成证书续订后、您可以执行以下检查、如果一切正常、请启用证书验证。
::*> storage aggregate object-store show
::*> storage aggregate object-store profiler start -node <node_name>
::*> storage aggregate object-store profiler show
::*> storage aggregate object-store config modify -object-store-name my-store -port 443 -is-certificate-validation-enabled true