#101 local-submit does not read /etc/certmonger/certmonger.conf
Opened by rcritten. Modified

local-submit does not read /etc/certmonger/certmonger.conf so options set there cannot override default behavior.

It gets the location of the preferences file via the environment which isn't being set so it defaults to the HOME directory which in this case is /run/certmonger/.config/certmonger/certmonger.conf


Metadata Update from @rcritten:
- Issue assigned to rcritten

The problem was that certmonger was using a per-session environment and not the system environment. Re-linking will fix this.

https://pagure.io/certmonger/pull-request/193

Metadata