Comment 14 for bug 1433761

Revision history for this message
Jonas Thim (joth51) wrote :

It also seems that when running apt-key, dirmngr starts with --daemon and --homedir /tmp/apt-key-gpghome.[RANDOM STRING]. This results that the dirmngr.conf in ~/.gnupg is also not honored.

We also tried having the configuration-file in /etc/dirmngr/dirmngr.conf which is also not honored.

We are out of other options since we're running MAAS with Juju and trying to deploy the filebeat charm which has the following command for fetching the key.

"sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D88E42B4"

The dirmngr.conf is read if you simply run dirmngr, but not when apt-key is starting it.