Skip to content

Commit

Permalink
OpenVPN Enforce key usage option typo fix. Issue #13056
Browse files Browse the repository at this point in the history
  • Loading branch information
vktg committed Apr 21, 2022
1 parent 413ccc9 commit 47f2f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/local/www/vpn_openvpn_client.php
Expand Up @@ -585,7 +585,7 @@
$client['tls_type'] = $pconfig['tls_type'];
$client['tlsauth_keydir'] = $pconfig['tlsauth_keydir'];
}
if (isset($client['remote_cert_tls'])) {
if (isset($pconfig['remote_cert_tls'])) {
$client['remote_cert_tls'] = true;
}
} else {
Expand Down

0 comments on commit 47f2f40

Please sign in to comment.