mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +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 ""
|
RequestHeader set SSL_CLIENT_S_DN_CN ""
|
||||||
|
|
||||||
|
<Location />
|
||||||
|
Deny from all
|
||||||
|
</Location>
|
||||||
|
|
||||||
<Location /repp/*/*>
|
<Location /repp/*/*>
|
||||||
|
Allow from all
|
||||||
SSLVerifyClient require
|
SSLVerifyClient require
|
||||||
RequestHeader set SSL_CLIENT_S_DN_CN "%{SSL_CLIENT_S_DN_CN}s"
|
RequestHeader set SSL_CLIENT_S_DN_CN "%{SSL_CLIENT_S_DN_CN}s"
|
||||||
</Location>
|
</Location>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue