Endi S. Dewata
Endi S. Dewata
@rcritten FYI
Relevant IPA issue: https://pagure.io/freeipa/issue/9277
@ckelleyRH Could we use this ticket and maybe just change the title? I agree with @frasertweedale's suggestion on providing profiles that can support multiple key types.
@celestian
https://issues.redhat.com/browse/RHCS-4509
Is importing the PKCS #12 file into an NSS database before starting Tomcat out of the option? Just FYI, we have this doc for setting up SSL in Tomcat with...
I think most of the PKI commands there were just provided for convenience. For example, the `pki-server http-connector-add` adds `` and `` elements: https://github.com/dogtagpki/pki/blob/master/base/server/python/pki/server/cli/http.py#L218-L231 The `pki-server http-connector-cert-add` adds a ``...
As discussed on IRC, I'd suggest to create a custom `server.xml` with PKCS #12 and `Mozilla-JSS` provider so we can focus on this particular issue. Once we have that working,...
I created PR #787 as a temporary workaround to avoid CI failures and to unblock QE, and also to help isolate the problem. If the CI no longer breaks with...