Revision 7dca65a1
Added by Jim Pingle over 5 years ago
src/usr/local/www/vpn_openvpn_server.php | ||
---|---|---|
598 | 598 |
} |
599 | 599 |
$server['tls'] = base64_encode($pconfig['tls']); |
600 | 600 |
$server['tls_type'] = $pconfig['tls_type']; |
601 |
$pconfig['tlsauth_keydir'] = $a_client[$id]['tlsauth_keydir'];
|
|
601 |
$server['tlsauth_keydir'] = $pconfig['tlsauth_keydir'];
|
|
602 | 602 |
} |
603 | 603 |
$server['caref'] = $pconfig['caref']; |
604 | 604 |
$server['crlref'] = $pconfig['crlref']; |
Also available in: Unified diff
Fix tlsauth_keydir save on vpn_openvpn_server.php. Fixes #9030