Skip to content

AirConsole/letsencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee370e6 · Dec 1, 2017

History

15 Commits
Jun 29, 2016
Jun 21, 2016
Dec 1, 2017

Repository files navigation

LetsEncrypt for Google AppEngine Python

If you want to have a free SSL certificate from LetsEncrypt for you custom domain, the setup and renewal can be a hassle. This little script makes the process super easy.

Note about security

You should probably quickly read through the python script to convince yourself that it's secure.

Installation

In your Python AppEngine Project execute the following command:

git submodule add https://github.com/AirConsole/letsencrypt

Then add the following to your app.yaml:

handlers:
- url: /\.well\-known\/acme\-challenge\/.*
  script: letsencrypt.app

Upload your app to Google AppEngine.

Create or renew a SSL certificate