summaryrefslogtreecommitdiffstats
path: root/install/conf/ipa-pki-proxy.conf
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2014-09-01 22:49:54 -0400
committerPetr Viktorin <pviktori@redhat.com>2014-09-15 10:58:29 +0200
commit9ca5a4e42084ba43e106fa3be9dac9965216e710 (patch)
tree31a674019d023a13062658a58929844e5c8e4a7d /install/conf/ipa-pki-proxy.conf
parent4fac4f4cf65b54bc0b194928341b31e3c67d63a5 (diff)
downloadfreeipa-9ca5a4e42084ba43e106fa3be9dac9965216e710.tar.gz
freeipa-9ca5a4e42084ba43e106fa3be9dac9965216e710.tar.xz
freeipa-9ca5a4e42084ba43e106fa3be9dac9965216e710.zip
Re-enable uninstall feature for ipa-kra-install
The underlying Dogtag issue (Dogtag ticket 1113) has been fixed. We can therefore re-enable the uninstall option for ipa-kra-install. Also, fixes an incorrect path in the ipa-pki-proxy.conf, and adds a debug statement to provide status to the user when an uninstall is done. Also, re-added the no_host_dns option which is used when unpacking a replica file. Part of the work for: https://fedorahosted.org/freeipa/ticket/3872 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'install/conf/ipa-pki-proxy.conf')
-rw-r--r--install/conf/ipa-pki-proxy.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/conf/ipa-pki-proxy.conf b/install/conf/ipa-pki-proxy.conf
index 57175390b..2370b4d7a 100644
--- a/install/conf/ipa-pki-proxy.conf
+++ b/install/conf/ipa-pki-proxy.conf
@@ -19,7 +19,7 @@ ProxyRequests Off
</LocationMatch>
# matches for agent port and eeca port
-<LocationMatch "^/ca/agent/ca/displayBySerial|^/ca/agent/ca/doRevoke|^/ca/agent/ca/doUnrevoke|^/ca/agent/ca/updateDomainXML|^/ca/eeca/ca/profileSubmitSSLClient|^/kra/agent/kra/connector|^/kra/rest/agent/keyrequests|^/kra/rest/agent/keys|^/kra/rest/admin/kraconnector/remove">
+<LocationMatch "^/ca/agent/ca/displayBySerial|^/ca/agent/ca/doRevoke|^/ca/agent/ca/doUnrevoke|^/ca/agent/ca/updateDomainXML|^/ca/eeca/ca/profileSubmitSSLClient|^/kra/agent/kra/connector|^/kra/rest/agent/keyrequests|^/kra/rest/agent/keys|^/ca/rest/admin/kraconnector/remove">
NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
NSSVerifyClient require
ProxyPassMatch ajp://localhost:$DOGTAG_PORT