How to use Let's Encypt with Google Cloud Platform
21–30 of 35 posts
Re: How to use Let's Encypt with Google Cloud Platform
#22Let's Encrypt does not verify ownership of domains. We verify control.
This is a common mistake, but the difference between ownership and control is significant so I'm just pointing this out for general educational purposes.
Re: How to use Let's Encypt with Google Cloud Platform
#23Re: How to use Let's Encypt with Google Cloud Platform
#24> 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.
It's hard to auto renew on GAE; in fact, I don't know how to config auto renew.
I was excited and thought they'd come up with a way of installing certs into GAE in an automated manner, since that's been the biggest blocker of automated LE usage on GAE.
Re: How to use Let's Encypt with Google Cloud Platform
#25> 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.
It's hard to auto renew on GAE; in fact, I don't know how to config auto renew.
Re: How to use Let's Encypt with Google Cloud Platform
#26"LetsEncrypt issues SSL certificates by automatically verifying that you have ownership of the domain you claim you have." Let's Encrypt does not verify ownership of domains. We verify control. This is a common mistake, but the difference between ownership and control is significant so I'm just pointing this out for general educational purposes.
Re: How to use Let's Encypt with Google Cloud Platform
#27> 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
#28Earlier quoted context omitted.
It's hard to auto renew on GAE; in fact, I don't know how to config auto renew.
That's a big part of why this post is disappointing. It may as well be two separate posts titled "how to manually obtain an LE cert", and "how to manually install a cert on GAE". I was excited and thought they'd come up with a way of installing certs into GAE in an automated manner, since that's been the biggest blocker of automated LE usage on GAE.
Re: How to use Let's Encypt with Google Cloud Platform
#29> 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.
It's hard to auto renew on GAE; in fact, I don't know how to config auto renew.
You could combine that with lego[2] to renew a Let's Encrypt SSL certificate via DNS Challenge to automate the process until native automation is implemented in GAE.
[1] https://cloud.google.com/appengine/docs/standard/python/usin... [2] https://thornelabs.net/2016/11/08/use-lego-gcloud-dns-and-dn...
Re: How to use Let's Encypt with Google Cloud Platform
#30The fact that setting up SSL on Google's platform in 2017 requires reading a long article and repeating steps is really bad publicity - if this post is official it ought to be embarrassing. AWS, Heroku, Cloudflare have all moved on to automated certificate management for all their hosted services. http://docs.aws.amazon.com/acm/latest/userguide/acm-overview... https://devcenter.heroku.com/articles/automated-certifica…