Hi all!
When configuring the OpenVpn server, you must specify tls variables.
These certificates are in my /config/auth/openvpn directory, but they cannot be used in the config.
Based on the official guide, you can specify the path where to get these certificates. Example:
set interfaces openvpn vtun10 tls ca-cert-file /config/auth/openvpn/ca.crt
set interfaces openvpn vtun10 tls cert-file /config/auth/openvpn/server.crt
set interfaces openvpn vtun10 tls key-file /config/auth/openvpn/server.key
set interfaces openvpn vtun10 tls crl-file /config/auth/openvpn/crl.pem
set interfaces openvpn vtun10 tls dh-file /config/auth/openvpn/dh2048.pem
But when I try to use the cert-file argument, it says that there is no such command.
I can only use the certificates that I set in the config.
How do I use certificate files?