mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Added helpful pki config errors if dedected, updated apache examples
This commit is contained in:
parent
36373d12e3
commit
6787832bde
5 changed files with 18 additions and 1 deletions
|
@ -179,6 +179,12 @@ Registrar configuration (/etc/apache2/sites-enabled/registrar.conf) is as follow
|
|||
<Location ~ "/(registrar|assets)\/.+">
|
||||
Allow from all
|
||||
</Location>
|
||||
|
||||
RequestHeader set SSL_CLIENT_S_DN_CN "%{SSL_CLIENT_S_DN_CN}s"
|
||||
<Location /registrar/sessions>
|
||||
SSLVerifyClient require
|
||||
RequestHeader set SSL_CLIENT_S_DN_CN "%{SSL_CLIENT_S_DN_CN}s"
|
||||
</Location>
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue