#190 Drop hardcoded values for Apache NSS db for IPA < v4
Merged by rcritten. Opened by rcritten.
rcritten/certmonger issue_97  into  master

These were used with IPAv3 when the IPA RA certificate
was stored in the Apache NSS database and references
by nickname. The RA certificate was moved to a set of
PEM files starting in IPA v4.

The hardcoded values were not particulary distribution
friendly.

This change isn't explicitly dropping support for IPAv3
but changes would be necessary there to pass in the
options for the NSS database directory and nickname.
A newer certmonger is not likely to be used with such an
old IPA release.

https://pagure.io/certmonger/issue/97

Signed-off-by: Rob Crittenden rcritten@redhat.com

rebased onto 85b779eac1b49adf7c56019c2fcaece771370407

Added a second commit to fix a failing test from a previous merge (how I didn't notice it before I'm not sure). There is no automated CI available other than Jenkins at the moment.

rebased onto a5f9b624e2340c323b5752c6267ac9a3a4d5ef21

Pull-Request has been merged by rcritten