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

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

3 years ago

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

Login to comment on this ticket.

Metadata