mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Updated registry apache readme
This commit is contained in:
parent
6787832bde
commit
039dc1a593
1 changed files with 7 additions and 0 deletions
|
@ -180,6 +180,13 @@ Registrar configuration (/etc/apache2/sites-enabled/registrar.conf) is as follow
|
||||||
Allow from all
|
Allow from all
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
SSLVerifyClient none
|
||||||
|
SSLVerifyDepth 1
|
||||||
|
SSLCACertificateFile /home/registry/registry/shared/ca/certs/ca.cert.pem
|
||||||
|
SSLCARevocationFile /home/registry/registry/shared/ca/crl/crl.pem
|
||||||
|
# Uncomment in Apache 2.4
|
||||||
|
# SSLCARevocationCheck chain
|
||||||
|
|
||||||
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 /registrar/sessions>
|
<Location /registrar/sessions>
|
||||||
SSLVerifyClient require
|
SSLVerifyClient require
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue