I need help on renewing SSL Certificate. I have generated the csr & key and having pem certificate. Tried to upload the CSR , KEY & PEM file in etc/grafana path and updated the grafana.ini file with latest key & PEM File. Still SSL certificate is showing the old certificate details. After restarting the server got “TLS handshake error from 127.0.0.1” and loaded shows disabled. What would be the isssue?
Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; disabled; vendor preset: disabled)
Active: active (running) since Mon 2020-06-xx 08:35:24 CDT; xx days ago
Docs: http://docs.grafana.org
Main PID: xxxx(grafana-server)
Can somebody please assist on how to get this fixed?
Well, all I can say is that the error message is telling you that the private
key (in the key file) does not match the public key (in the certificate).
I would check very carefully that:
a) you have obtained a matching certificate & key from your CA
b) you have correctly copied the key file supplied by the CA to your Grafana
server
c) you have correctly copied the certificate supplied by the CA to your Grafana
server
d) you do not have any old certificate or key files remaining on your Grafana
server
e) you have restarted Grafana after checking all the above.