Project

General

Profile

Documentation #45937

Updated by Sebastian Wagner almost 4 years ago

h1. #1 Grafana

how to set the grafana certificate and key:

<pre>
ceph config-key set mgr/cephadm/grafana_crt -i <cert-file> <grafana.crt>
ceph config-key set mgr/cephadm/grafana_key -i <key-file> <grafana.key>
</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>

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>

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>

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