Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hitko31485yPretty sure searching for "google cloud ssl" only gave you instructions for load balancer ssl termination. Now if you tried searching for something like "nginx ssl" instead, since apparently you're doing ssl termination at nginx running on your server, not at some google cloud infrastructure...
-
sleek34575y@hitko true but as someone whos job usually ends after pushing code to github then suddenly i needed to deploy something online i had no clue SSL is something u configure on a web server.
My guess was it might as well need me to sacrifice my first born to my cloud provider so they do some voodoo magic that would make everything magically turn to https. -
hitko31485y@sleek I get it, you only wanted a simple way to set ssl on some domain. What I don't get is why you'd search for such a specific term, when you know you're not familiar with SSL or networking at all, instead of first searching for "ssl server", reading https://www.digicert.com/ssl/ which pops as one of the first results, and figuring "oh, I should install a certificate on my server, I want free ssl and my server is nginx, so I should search 'free ssl nginx'". Bam https://nginx.com/blog/..., instead of hours of frustration for being too specific.
Related Rants
could never figure out how to configure ssl because of google clouds insanely complicated documentation.
today i found a digital ocean guide that explains its a simple installation of certbot, run it once and set it to auto renew....
fuck you google
rant
google cloud
bad documentation
ssl