I have a domain ns3245555.ip-163-131-175.eu which points to our website running on Apache2.
I also started Openvpn access server and I can reach it by going to the server's ip address and adding a port number "943" and "/admin" like so :
https://165.131.173.123:943/admin/
I want to install TLS(SSL) certificate for the Openvpn admin page and TLS certificates only work when a FQDN name for a OpenVPN Access Server is used.
How do I make our domain ns3245555.ip-163-131-175.eu
point to https://165.131.173.123:943/admin/
?
Any help much appreciated.