I am trying to install grafana image renderer plugin on Ubuntu 20.04 with Grafana 7.5.9, but it fails due to certificate problems:
user@leo:~$ sudo grafana-cli plugins install grafana-image-renderer
installing grafana-image-renderer @ 3.2.1
from: https://grafana.com/api/plugins/grafana-image-renderer/versions/3.2.1/download
into: /var/lib/grafana/plugins
ā Installed grafana-image-renderer successfully
Restart grafana after installing plugins . <service grafana-server restart>
user@leo:~$ sudo service grafana-server restart
user@leo:~$ sudo tail -f /var/log/grafana/grafana.log
t=2021-10-24T00:48:04+0200 lvl=warn msg="Some plugins failed to load" logger=plugins errors="[plugin \"grafana-image-renderer\"'s signature has been modified]"
While querying the plugin I do get:
curl ... 'https://user:pw@mydomain.com/app/render/d/coziavM7z/db-name-... '
I added this to grafana.ini and restarted grafana:
[plugins]
allow_loading_unsigned_plugins = grafana-image-renderer
The issue has also been documented here: https://issueexplorer.com/issue/grafana/grafana-image-renderer/225
In my case there is not file called MANIFEST.TXT
The plugin section shows this:
I am running out of ideas at this point.

