mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
Update readme
This commit is contained in:
parent
2818282d9f
commit
508786d66e
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue