13
sleek
4y

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

Comments
  • 1
    Yep some idiots like to overcomplicate simple things
  • 2
    @zemaitis You mean whole js environment? 😅
  • 3
    Pretty 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...
  • 1
    @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.
  • 2
    @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.
Add Comment