File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -139,3 +139,41 @@ Join an existing realm by creating a new secondary zone (using the realm token)
139139 ceph rgw admin [*]
140140
141141RGW admin command
142+
143+ Upgrading root ca certificates
144+ ------------------------------
145+
146+
147+ To upgrade root ca certificate, make sure rgw serives is upgraded. Make sure the rgw service is up and running.
148+ On Primary cluster on manger node run command:
149+
150+ ::
151+
152+ ceph orch cert-store get cert cephadm_root_ca_cert
153+
154+ Store the certificate on node where rgw service is running on path
155+ ::
156+
157+ /etc/pki/ca-trust/source/anchors/<cert_name>.crt
158+
159+ Verify certificate using command:
160+
161+ ::
162+
163+ openssl x509 -in <cert_name>.crt -noout -text
164+
165+ Perform above steps on mgr node and rgw node of secondary clusters.
166+
167+ Once certificates are validated on all the sites. Run:
168+
169+ ::
170+
171+ update-ca-trust
172+
173+ on all the nodes where certificates are generated.
174+
175+ Check from primary node if the curl command works for the user:
176+
177+ ::
178+
179+ [root@ceph-pri-node-0 anchors]# curl https://<host_ip>:443
You can’t perform that action at this time.
0 commit comments