added
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
# OCSP Server
|
||||||
|
|
||||||
|
<VirtualHost *:8880>
|
||||||
|
ServerAdmin [email protected]
|
||||||
|
DocumentRoot /etc/openssl/ocsp
|
||||||
|
ServerName ocsp.strongswan.org
|
||||||
|
ServerAlias 192.168.0.150
|
||||||
|
<Directory "/etc/openssl/ocsp">
|
||||||
|
Options +ExecCGI
|
||||||
|
</Directory>
|
||||||
|
ErrorLog /var/log/apache2/ocsp/error_log
|
||||||
|
CustomLog /var/log/apache2/ocsp/access_log combined
|
||||||
|
</VirtualHost>
|
||||||
Reference in New Issue
Block a user