Earlier quoted context omitted.
I think they do not use letsencrypt . They use thier own SSL, since they are now licencing authority. Edit: I am wrong. They use letsencrypt.
I am hosting this project on App Engine, and have been using their SSL management for a couple of months now: https://resumefodder.com/ A click on the browser padlock icon says that it's a LetEncrypt cert. Unsurprising, since Google is such a major sponsor. Also unsurprising that Google chooses to focus on their own branding rather than call attention to it.
Managed SSL for Google App Engine
21–30 of 54 posts
Re: Managed SSL for Google App Engine
#22Been using AWS's certificate management. It is _so_ nice not to (1) manage the certs with your own infrastructure (2) automatically deploy these things to HAProxy, Apache, MySQL, random server X. Automated load balancing + cert management is heaven.
Automating all routing, API gateways, TLS termination and certificate management makes life so much easier.
Re: Managed SSL for Google App Engine
#23Re: Managed SSL for Google App Engine
#24I also see it as a way to incentivize folks to use GAE (not only are you getting free quotas to run your app, you also don't have to spend money to buy certificates and don't have to worry about installing or renewing them).
Finally, I also see it as another way of pushing for the uptake of SSL. With GAE doing this, other hosting services might also start offering something similar or close to it which would then beg the question - why is your site not using SSL.
Re: Managed SSL for Google App Engine
#25I love app engine but one of the biggest issues I've had with it is the fact that memcached and search are not available for anything but app engine standard - python (2.7).
Providing access to both via app engine flexible would be god sent!
Re: Managed SSL for Google App Engine
#26This is welcome news. This means I no longer have to track and manually renew my Let's Encrypt certificates for my websites. I also see it as a way to incentivize folks to use GAE (not only are you getting free quotas to run your app, you also don't have to spend money to buy certificates and don't have to worry about installing or renewing them). Finally, I also see it as another way of pushing for the uptake of SSL…
Re: Managed SSL for Google App Engine
#27Re: Managed SSL for Google App Engine
#28Been using AWS's certificate management. It is _so_ nice not to (1) manage the certs with your own infrastructure (2) automatically deploy these things to HAProxy, Apache, MySQL, random server X. Automated load balancing + cert management is heaven.
I'm using kubernetes with kube-lego, and my experience is exactly the same. Automating all routing, API gateways, TLS termination and certificate management makes life so much easier.
Re: Managed SSL for Google App Engine
#29Earlier quoted context omitted.
Hello from the App Engine team. Could you double check that your DNS records are accurate? Everything is looking good on our end. Thanks for the feedback!
I also could not get it to work on two separate domains. Everything seems fine, and I was able to renew the certs with LE just now. I believe all my DNS records look fine, and I have the domain ownership set correctly with GAE. Not sure what else I can change to get it working.