2014-03-18 10:23:30 -05:00
|
|
|
# VERSION 5 - DO NOT REMOVE THIS LINE
|
2011-09-09 16:07:09 -05:00
|
|
|
|
2011-08-17 14:36:18 -05:00
|
|
|
ProxyRequests Off
|
|
|
|
|
|
|
|
# matches for ee port
|
2014-03-20 03:34:53 -05:00
|
|
|
<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">
|
2011-08-17 14:36:18 -05:00
|
|
|
NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
|
|
|
|
NSSVerifyClient none
|
2012-08-23 11:38:45 -05:00
|
|
|
ProxyPassMatch ajp://localhost:$DOGTAG_PORT
|
|
|
|
ProxyPassReverse ajp://localhost:$DOGTAG_PORT
|
2011-08-17 14:36:18 -05:00
|
|
|
</LocationMatch>
|
|
|
|
|
2012-08-15 21:53:51 -05:00
|
|
|
# matches for admin port and installer
|
2014-03-18 10:23:30 -05:00
|
|
|
<LocationMatch "^/ca/admin/ca/getCertChain|^/ca/admin/ca/getConfigEntries|^/ca/admin/ca/getCookie|^/ca/admin/ca/getStatus|^/ca/admin/ca/securityDomainLogin|^/ca/admin/ca/getDomainXML|^/ca/rest/installer/installToken|^/ca/admin/ca/updateNumberRange|^/ca/rest/securityDomain/domainInfo|^/ca/rest/account/login|^/ca/admin/ca/tokenAuthenticate|^/ca/admin/ca/updateNumberRange|^/ca/admin/ca/updateDomainXML|^/ca/rest/account/logout|^/ca/rest/securityDomain/installToken|^/ca/admin/ca/updateConnector|^/ca/admin/ca/getSubsystemCert|^/kra/admin/kra/updateNumberRange|^/kra/admin/kra/getConfigEntries|^/kra/rest/config/cert/transport">
|
2011-08-17 14:36:18 -05:00
|
|
|
NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
|
|
|
|
NSSVerifyClient none
|
2012-08-23 11:38:45 -05:00
|
|
|
ProxyPassMatch ajp://localhost:$DOGTAG_PORT
|
|
|
|
ProxyPassReverse ajp://localhost:$DOGTAG_PORT
|
2011-08-17 14:36:18 -05:00
|
|
|
</LocationMatch>
|
|
|
|
|
|
|
|
# matches for agent port and eeca port
|
2014-10-01 13:59:46 -05:00
|
|
|
<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/account|^/kra/rest/agent/keyrequests|^/kra/rest/agent/keys|^/ca/rest/admin/kraconnector/remove">
|
2011-08-17 14:36:18 -05:00
|
|
|
NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
|
|
|
|
NSSVerifyClient require
|
2012-08-23 11:38:45 -05:00
|
|
|
ProxyPassMatch ajp://localhost:$DOGTAG_PORT
|
|
|
|
ProxyPassReverse ajp://localhost:$DOGTAG_PORT
|
2011-08-17 14:36:18 -05:00
|
|
|
</LocationMatch>
|
2012-10-09 09:40:20 -05:00
|
|
|
|
|
|
|
# Only enable this on servers that are not generating a CRL
|
|
|
|
${CLONE}RewriteRule ^/ipa/crl/MasterCRL.bin https://$FQDN/ca/ee/ca/getCRL?op=getCRL&crlIssuingPoint=MasterCRL [L,R=301,NC]
|