Live data from Hacker News

How to use Let's Encypt with Google Cloud Platform

medium.com

1–10 of 35 posts

Re: How to use Let's Encypt with Google Cloud Platform

#5
> Done! Your site is now HTTPS protected! Don’t forget to renew your cert in 3 months

This is not how Let's Encrypt is designed to work. Manually registering and then deploying a certificate and saying "don't forget to renew" does not make for a particularly high quality post.

Re: How to use Let's Encypt with Google Cloud Platform

#6

I'm looking for a way to automate the process. Has anyone got any ideas?

Work in progress but: https://github.com/hatstand/gacertsbot/blob/master/appengine...

Currently relies on a fix to the appengine go SDK though: https://github.com/golang/appengine/pull/82

Re: How to use Let's Encypt with Google Cloud Platform

#8

What's the advantage of running the API in google app engine as opposed to a google cloud VM instance that you can just SSH into? Setting up letsencrypt on a VM instance is 10x easier than this (and in my experience everything else you need to do is 10x easier).

For a lot of smaller projects, running google app engine is 10x easier (and cheaper) then worry about a VM.

Re: How to use Let's Encypt with Google Cloud Platform

#10
post #6

I'm looking for a way to automate the process. Has anyone got any ideas?

Work in progress but: https://github.com/hatstand/gacertsbot/blob/master/appengine... Currently relies on a fix to the appengine go SDK though: https://github.com/golang/appengine/pull/82

Wait so does this work?
Post reply on HN