In VMware Aria Operations 8.18.5 and later, when updating a self-signed certificate, the process appears to complete successfully, with the exception of seeing the sed error "unable to read custom.pem" when running the custom-ssl-cerf command.
However the following issues remain:
cqlsh-no-pass. nodetool-no-pass shows all nodes as Up/Normal./usr/lib/loginsight/application/sbin/custom-ssl-cerf command, you get the error "unable to read custom.pem".Error in the /usr/lib/loginsight/application/sbin/custom-ssl-cerf script where the certificate is not copied properly to the Cassandra database.
When following the KB to Install a sef-signed certificate in VMware Aria Operations for Logs, under the section "Install Certifcate," add the following step after running the /usr/lib/loginsight/application/sbin/custom-ssl-cerf command:
cp /usr/lib/loginsight/application/etc/certs/cluster.pem /storage/core/loginsight/cidata/cassandra/config/cacert.pem
Please see KB 315949 for the full process to replace a certificate or create a self-signed certificate.