Skip to content

Commit

Permalink
VPN: OpenVPN: Instances - fix race condition when using CRL's in new …
Browse files Browse the repository at this point in the history
…OpenVPN instances, on configure, pass event to pluginctl to flush the requested crl's. closes #6710
  • Loading branch information
AdSchellevis committed Aug 4, 2023
1 parent 73282df commit 049fca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/service/conf/actions.d/actions_openvpn.conf
Expand Up @@ -35,7 +35,7 @@ type:script
message: restart openvpn instance %s

[configure]
command:/usr/local/opnsense/scripts/openvpn/ovpn_service_control.php
command:/usr/local/sbin/pluginctl -c crl || /usr/local/opnsense/scripts/openvpn/ovpn_service_control.php
parameters: -a configure
type:script
message: configure openvpn instances

0 comments on commit 049fca5

Please sign in to comment.