fix revocation list in server template

This commit is contained in:
Антон
2026-02-08 19:43:58 +03:00
parent e5c0e154b5
commit 14ffd64801
2 changed files with 5 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ server {{ vpn_network }} {{ vpn_netmask }}
ifconfig-pool-persist /etc/openvpn/ipp.txt
log /var/log/openvpn/openvpn-status.log
log-append /var/log/openvpn/openvpn-status.log
log /var/log/openvpn/openvpn.log
log-append /var/log/openvpn/openvpn.log
verb 3
@@ -84,7 +84,7 @@ persist-tun
# check revocation list
{% if crl_verify %}
crl-verify /etc/openvpn/crl.pem
crl-verify {{ crl_path }}
{% else %}
# crl-verify disabled
{% endif %}