We need to access one web UI link of software from the remote PC. We have configured static IP for the PC and accessing the link. As the link is routing via internet, we are accessing it as a not secure. Kindly provide any solutions to secure the link and accessing securely. The link is https://69.88.202.12/Quantum_Client. When accessing remotely we are unable to secure this. Please provide a best plug and play solution
For an admin/intranet UI I’d avoid putting it directly on the public Internet. A certificate only encrypts the connection; it doesn’t add access control. The usual pattern is: put a DNS name on it, terminate HTTPS with a normal Let’s Encrypt cert on a reverse proxy, and restrict access with a VPN, IP allowlist, or at least strong authentication. If you need something close to plug-and-play, a VPN/tunnel product is usually safer than exposing that web UI to everyone on the IP.
well technically you can test public TLS certificate for IP address with shortlived profile, but from reading your OP it doesn't look like good idea