- Fix CA & TC certificate path in cert_dump & vpn-admin_board.cgi.

This commit is contained in:
2026-07-26 20:34:27 +02:00
parent 7a6379614d
commit 63d6b883b8
4 changed files with 16 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ cdu_args_parse()
cdu_cert_dump_ca()
{
cat "${OPENVPN_DIR}/tls/certs/ca.crt"
cat "${OPENVPN_DIR}/tls/certs/ca.rx3.net.crt"
}
@@ -176,7 +176,7 @@ cdu_cert_dump_ca()
cdu_cert_dump_tc()
{
cat "${OPENVPN_DIR}/tls/private/tc.key"
cat "${OPENVPN_DIR}/tls/private/tc.rx3.net.key"
}