# Setup up HTTPS for your e-commerce site with Let's Encrypt and Google App Engine.

DevFeed: [Setup up HTTPS for your e-commerce site with Let's Encrypt and Google App Engine.](<https://devfeed.tech/articles/setup-up-https-for-your-e-commerce-site-with-let-s-encrypt-and-google-app-engine-15846.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/setting-up-https-for-your-e-commerce-website-with-lets-encrypt-and-google-app-engine>)

Author: Tristan Sokol

Published: 2017-05-09T00:37:36Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Security](<https://devfeed.tech/topics/security.md>), [Google](<https://devfeed.tech/topics/google.md>), [Web](<https://devfeed.tech/topics/web.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [openssl](<https://devfeed.tech/topics/openssl.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [e-commerce](<https://devfeed.tech/tags/e-commerce.md>), [google](<https://devfeed.tech/tags/google.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [openssl](<https://devfeed.tech/tags/openssl.md>), [private-key](<https://devfeed.tech/tags/private-key.md>), [rsa](<https://devfeed.tech/tags/rsa.md>), [security](<https://devfeed.tech/tags/security.md>), [web-hosting](<https://devfeed.tech/tags/web-hosting.md>)

## AI overview

A tutorial explaining how to set up HTTPS for an e-commerce website hosted on Google App Engine using Let's Encrypt. It covers the prerequisites and begins the process of generating a private key and certificate signing request with OpenSSL.

## Source excerpt

HTTPS is an important part of keeping your customer's information secure on the web--here's a quick tutorial on how to set up HTTPS on your App Engine website to use our e-commerce APIs.