]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: allow specifying ssl certificate for radosgw-admin operations 64357/head
authorMark Kogan <mkogan@redhat.com>
Sun, 12 Dec 2021 17:30:42 +0000 (17:30 +0000)
committerMark Kogan <mkogan@ibm.com>
Sat, 5 Jul 2025 17:13:36 +0000 (17:13 +0000)
commit1c738a6d0f64db2240d44fbf00cfc4ae90279694
treeaf997ad47b1ff56a7b75b7c568b141845acb60d6
parent005a167ac18c54bc51b1b5d5770665085b4f12fa
rgw: allow specifying ssl certificate for radosgw-admin operations

for example

../src/mrun c2 radosgw-admin realm pull --url=https://localhost:1443 --access-key a2345678901234567890 --secret a234567890123456789012345678901234567890 --default --rgw_verify_ssl_cacert=./cert.pem

../src/mrun c2 radosgw-admin period pull --url=https://localhost:1443 --access-key a2345678901234567890 --secret a234567890123456789012345678901234567890 --default --rgw_verify_ssl_cacert=./cert.pem

../src/mrun c2 radosgw-admin period update --commit --rgw_verify_ssl_cacert=./cert.pem

../src/mrun c2 radosgw-admin sync status --rgw_verify_ssl_cacert=./cert.pem

fixes: https://tracker.ceph.com/issues/53588

Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit 7c7633bb6795b410974dc3a61cdc162bfaf15e52)
src/rgw/rgw_http_client.cc