Changeset 11235
- Timestamp:
- 08/19/08 13:26:53 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/remote-services/ebox/stubs/remote-services/soap-loc.mas
r11199 r11235 9 9 $caPath 10 10 </%args> 11 <%init> 12 my $internalDomainName = "internal.$domainName"; 13 </%init> 11 14 SSLCACertificatePath <% $caPath %> 12 15 <Location /soap> … … 18 21 SSLVerifyDepth 1 19 22 SSLRequire %{SSL_CLIENT_S_DN_O} eq "<% $domainName %>" and %{SSL_CLIENT_I_DN_O} eq "<% $domainName %>" \ 20 and %{SSL_CLIENT_S_DN_CN} =~ m/^<% $allowedPrefix %>[0 9]+.<% $domainName %>/23 and %{SSL_CLIENT_S_DN_CN} =~ m/^<% $allowedPrefix %>[0-9]+.<% $internalDomainName %>$/ 21 24 SSLOptions +StdEnvVars 22 25 </IfModule>
