mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-16 00:00:37 -04:00
added
This commit is contained in:
parent
6f1ae5d21c
commit
328453863a
@ -0,0 +1,13 @@
|
|||||||
|
# OCSP Server
|
||||||
|
|
||||||
|
<VirtualHost *:8880>
|
||||||
|
ServerAdmin root@strongswan.org
|
||||||
|
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>
|
Loading…
x
Reference in New Issue
Block a user