Skip to content

Commit 76106dd

Browse files
Anuradha Gadgezdover23
authored andcommitted
doc/mgr: Add root CA cert instructions to rgw.rst
Add documentation for adding fs_id in root_ca_cert upgrade path Fixes: https://tracker.ceph.com/issues/70014 Signed-off-by: Anuradha Gadge <[email protected]>
1 parent 98fc589 commit 76106dd

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

doc/mgr/rgw.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff 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

141141
RGW 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

0 commit comments

Comments
 (0)