]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: allow specifying ssl certificate for radosgw-admin operations 44283/head
authorMark Kogan <mkogan@redhat.com>
Sun, 12 Dec 2021 17:30:42 +0000 (17:30 +0000)
committerMark Kogan <mkogan@ibm.com>
Tue, 3 Jun 2025 16:36:56 +0000 (16:36 +0000)
commit7c7633bb6795b410974dc3a61cdc162bfaf15e52
tree9be4cee73637709958b250eae2146c786e50e4aa
parent6343ee72b27055ca7c12803e869702263dc24f9c
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>
src/rgw/rgw_http_client.cc