Hi , we are trying to setup https in Grafana (in k8s) with certificate file using cert_file and cert_key configurations , but when the certificate files (.crt and .key) encrypted/ or password protected grafana deployment failed.
Error:-----------
t=2020-05-18T12:19:27+0000 lvl=info msg=“Stopped PluginManager” logger=server reason=“context canceled”
t=2020-05-18T12:19:27+0000 lvl=eror msg=“A service failed” logger=server err=“tls: failed to parse private key”
*t=2020-05-18T12:19:27+0000 lvl=eror msg=“Server shutdown” logger=server reason=“tls: failed to parse private key”
Do you have any idea about Grafana support for encrypted certificate private key/crt files in enabling https?
when we use certificate without password then it’s working fine.