mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
Proxy PKI clone /ca/ee/ca/profileSubmit URI
PKI change done in ticket https://fedorahosted.org/pki/ticket/816 requires the PKI Clone's SSL Server certificate to be issued by it's associated PKI master. Allow this call on IPA master. https://fedorahosted.org/freeipa/ticket/4265 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
parent
c885bc3e49
commit
6ecc4600e9
@ -1,9 +1,9 @@
|
|||||||
# VERSION 3 - DO NOT REMOVE THIS LINE
|
# VERSION 4 - DO NOT REMOVE THIS LINE
|
||||||
|
|
||||||
ProxyRequests Off
|
ProxyRequests Off
|
||||||
|
|
||||||
# matches for ee port
|
# matches for ee port
|
||||||
<LocationMatch "^/ca/ee/ca/checkRequest|^/ca/ee/ca/getCertChain|^/ca/ee/ca/getTokenInfo|^/ca/ee/ca/tokenAuthenticate|^/ca/ocsp|^/ca/ee/ca/updateNumberRange|^/ca/ee/ca/getCRL">
|
<LocationMatch "^/ca/ee/ca/checkRequest|^/ca/ee/ca/getCertChain|^/ca/ee/ca/getTokenInfo|^/ca/ee/ca/tokenAuthenticate|^/ca/ocsp|^/ca/ee/ca/updateNumberRange|^/ca/ee/ca/getCRL|^/ca/ee/ca/profileSubmit">
|
||||||
NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
|
NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
|
||||||
NSSVerifyClient none
|
NSSVerifyClient none
|
||||||
ProxyPassMatch ajp://localhost:$DOGTAG_PORT
|
ProxyPassMatch ajp://localhost:$DOGTAG_PORT
|
||||||
|
Loading…
Reference in New Issue
Block a user