Project

General

Profile

Documentation #45937

Updated by Sebastian Wagner almost 4 years ago

*Grafana* h1. Grafana

how to set the grafana certificate and key:

<pre>
ceph config-key set mgr/cephadm/grafana_crt -i <cert-file>
ceph config-key set mgr/cephadm/grafana_key -i <key-file>
</pre>

<pre>
ceph config-key set mgr/cephadm/grafana_crt -i <cert-file>
ceph config-key set mgr/cephadm/grafana_key -i <key-file>
</pre>


**RGW** h1. RGW

<pre>
ceph config-key set rgw/cert/{rgw_realm}/{rgw_zone}.crt -i <cert-file>
ceph config-key set rgw/cert/{rgw_realm}/{rgw_zone}.key -i <key-file>
</pre>

**IGW** h1. IGW

<pre>
ceph config-key set iscsi/client.iscsi.{igw_id}/iscsi-gateway.crt -i <cert-file>
ceph config-key set iscsi/client.iscsi.{igw_id}/iscsi-gateway.key -i <key-file>
</pre>

**mgr/dashboard** h1. mgr/dashboard

* https://docs.ceph.com/docs/master/man/8/cephadm/#bootstrap -> dashboard certificate
* https://docs.ceph.com/docs/master/mgr/dashboard/#dashboard-ssl-tls-support

Back