I am attempting to test a Rails sample app deployment on Google Compute Engine with Bitnami. At present I have configured all files and run the server successfully. In attempting to access the Rails app, the following error appears in the logs
AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
I have seen that this certificate provided with Bitnami deployment is for the domain http://www.example.com, how can I create and configure for that it will point to my domain?