#97 src/dogtag.c hardcodes paths
Closed: fixed by rcritten. Opened by tjaalton.

cainfo, ssldir, and sslpinfile paths are hardcoded, at least the latter two should be configurable for Debian.

            cainfo = "/etc/ipa/ca.crt";
            ssldir = "/etc/httpd/alias";
            sslpinfile = "/etc/httpd/alias/pwdfile.txt";

Metadata Update from @rcritten:
- Issue assigned to rcritten

I think I'll just drop this entirely. It was there for IPAv3 which is nearing end of life.

Sorry if this comes too late for Debian/Ubuntu.

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

master:
50cec1d8003465c84c26745532b1c6a25dde35a8

And fixed a broken test with:
a5f9b624e2340c323b5752c6267ac9a3a4d5ef21

Metadata Update from @rcritten:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata