Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mlensment committed Mar 19, 2015
1 parent 2818282 commit 508786d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@ For Apache, REPP goes to port 443 in production, /etc/apache2/sites-enabled/repp
RequestHeader set SSL_CLIENT_S_DN_CN ""
<Location />
Deny from all
</Location>
<Location /repp/*/*>
Allow from all
SSLVerifyClient require
RequestHeader set SSL_CLIENT_S_DN_CN "%{SSL_CLIENT_S_DN_CN}s"
</Location>
Expand Down

0 comments on commit 508786d

Please sign in to comment.