testing: Script building fresh certificates
This commit is contained in:
committed by
Tobias Brunner
parent
3ee352a691
commit
8db01c6a3f
@@ -6,11 +6,11 @@ AddHandler cgi-script .cgi
|
||||
|
||||
<VirtualHost *:8880>
|
||||
ServerAdmin [email protected]
|
||||
DocumentRoot /etc/openssl/ocsp
|
||||
DocumentRoot /etc/ca/ocsp
|
||||
ServerName ocsp.strongswan.org
|
||||
ServerAlias 192.168.0.150
|
||||
DirectoryIndex ocsp.cgi
|
||||
<Directory "/etc/openssl/ocsp">
|
||||
<Directory "/etc/ca/ocsp">
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
</Directory>
|
||||
@@ -22,11 +22,11 @@ Listen 8881
|
||||
|
||||
<VirtualHost *:8881>
|
||||
ServerAdmin [email protected]
|
||||
DocumentRoot /etc/openssl/research/ocsp
|
||||
DocumentRoot /etc/ca/research/ocsp
|
||||
ServerName ocsp.research.strongswan.org
|
||||
ServerAlias ocsp.strongswan.org 192.168.0.150
|
||||
DirectoryIndex ocsp.cgi
|
||||
<Directory "/etc/openssl/research/ocsp">
|
||||
<Directory "/etc/ca/research/ocsp">
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
</Directory>
|
||||
@@ -38,11 +38,11 @@ Listen 8882
|
||||
|
||||
<VirtualHost *:8882>
|
||||
ServerAdmin [email protected]
|
||||
DocumentRoot /etc/openssl/sales/ocsp
|
||||
DocumentRoot /etc/ca/sales/ocsp
|
||||
ServerName ocsp.sales.strongswan.org
|
||||
ServerAlias ocsp.strongswan.org 192.168.0.150
|
||||
DirectoryIndex ocsp.cgi
|
||||
<Directory "/etc/openssl/sales/ocsp">
|
||||
<Directory "/etc/ca/sales/ocsp">
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Reference in New Issue
Block a user