I feel like Google isn't exactly the best place to get your SSL, given their track record with the NSA.
Managed SSL for Google App Engine
31–40 of 54 posts
Re: Managed SSL for Google App Engine
#32I feel like Google isn't exactly the best place to get your SSL, given their track record with the NSA.
Re: Managed SSL for Google App Engine
#33When will Azure do the same?
Re: Managed SSL for Google App Engine
#34This 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…
Hope they add the same functionality for Google Cloud HTTPS Load Balancers soon as well.
Re: Managed SSL for Google App Engine
#35This 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
#36This 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…
AWS has been offering free SSL certs for a year now, happy to see Google following their lead.
Re: Managed SSL for Google App Engine
#37This 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…
The whole premise behind letsencrypt is the ACME protocol, so you don't have to manually renew certs [although you can]. The problem is in handling SSL renewals on a cluster, you have to do renewals via DNS & rsync certs around, and there's not many tools to do this. But for a single server, its very easy to automate. Another problem with letsencrypt is the rate limits & such.
Re: Managed SSL for Google App Engine
#38This is a welcomed addition that many have been patiently waiting for. If you want to see the progress here's the relevant ticket[0] -- nice to see it finally closed! Not privy to the final implementation details but my guess it's a based on Let's Encrypt as suggested by the originator of the ticket and others. Edit: Yeah, probably not Let's Encrypt as others have stated. [0] https://issuetracker.google.com/issues/35…
Re: Managed SSL for Google App Engine
#39When will Azure do the same?
They do offer it for webapps using Lets Encrypt, but nothing else afaik. But I look forward to it being added, it is definitely needed. Even setting up the Let's Encrypt to auto renew is a very tedious process.
Re: Managed SSL for Google App Engine
#40Earlier quoted context omitted.
Can you try using gcloud? There may be a UI problem.
Thanks, it worked fine with the gcloud command.