2024-06-19T11:43:46.922Z | <Massimiliano Adamo> hello all.
I could not find anything in the documentation, to replace the certificates for the dashboard. Does anyone know how to do it, or point me to the documentation? |
2024-06-19T11:51:06.648Z | <Massimiliano Adamo> hello all.
~~I could not find anything in the documentation, to replace the certificates for the dashboard. Does anyone know how to do it, or point me to the documentation?~~ **FOUND!** |
2024-06-19T11:55:56.088Z | <Massimiliano Adamo> there must be a better way, because this way is hard to automate.
This is what I have done:
1. cephadm shell
2. copied the new private key and public key manually
3. ceph dashboard set-ssl-certificate-key -i /crt.key
4. ceph dashboard set-ssl-certificate -i /crt.crt
|
2024-06-19T12:21:49.092Z | <Massimiliano Adamo> there must be a better way, because this way is hard to automate.
This is what I have done:
1. cephadm shell --mount /etc/ssl:/mnt
2. ceph dashboard set-ssl-certificate -i /mnt/certs/sectigo_ov_wildcard_.....
3. ceph dashboard set-ssl-certificate-key -i /mnt/private/sectigo_ov_wildcard_.... |
2024-06-19T12:29:03.528Z | <Massimiliano Adamo> there must be a better way, because this way is hard to automate.
This is what I have done:
1. cephadm shell --mount /etc/ssl:/mnt
2. ceph dashboard set-ssl-certificate -i /mnt/certs/sectigo_ov_wildcard_.....
3. ceph dashboard set-ssl-certificate-key -i /mnt/private/sectigo_ov_wildcard_....
4. systemct restart ceph-....@mgr... |
2024-06-19T12:29:43.154Z | <Massimiliano Adamo> there must be a better way, because this way is hard to automate.
This is what I have done:
1. cephadm shell --mount /etc/ssl:/mnt
2. ceph dashboard set-ssl-certificate -i /mnt/certs/sectigo_ov_wildcard_.....
3. ceph dashboard set-ssl-certificate-key -i /mnt/private/sectigo_ov_wildcard_....
4. systemct restart ceph-....@mgr...service |
2024-06-19T12:29:57.451Z | <Massimiliano Adamo> there must be a better way, because this way is hard to automate.
This is what I have done:
1. cephadm shell --mount /etc/ssl:/mnt
2. ceph dashboard set-ssl-certificate -i /mnt/certs/sectigo_ov_wildcard_.....
3. ceph dashboard set-ssl-certificate-key -i /mnt/private/sectigo_ov_wildcard_....
4. systemct restart ceph-....@mgr... |