we have a small project running on a GCP VM instance, listening on port 80. The VM has a public IP, say x.y.z.y, and proper rules to allow incoming traffic to ports 80 and 443 are in place.
What GCP services should I use if my goal is to make the application reachable via HTTPS, i.e: https://the.awesome.app ?
As a note, we own awesome.app domain name and, if needed, we would more than happy to move it to a Google operated DNS. On top of that we would also more than happy to let GCP to take care of the SSL certificates generation and renewal if this is possible.
Thx in advance for your advise.