I have purchased a SSL certificate from Godaddy , i have .crt file , .pem file , csr file and private key file i am having a google cloud VM with a ubuntu OS and hosted API on port 5111
i did attach SSL certificate in my code as mentioned https://timonweb.com/posts/running-expressjs-server-over-https/ in step 2
but still SSL is HTTPS endpoint is not working.
am i missing any steps , any guidance is appreciated here.