Skip to content

Instantly share code, notes, and snippets.

@lipis
Created June 2, 2017 12:20
Show Gist options
  • Save lipis/a0b1ed067c856de7579531c452433b86 to your computer and use it in GitHub Desktop.
Save lipis/a0b1ed067c856de7579531c452433b86 to your computer and use it in GitHub Desktop.
Let's Encrypt Certificates on App Engine
git clone https://github.com/certbot/certbot
cd certbot
sudo cat /etc/letsencrypt/live/example.com/fullchain.pem
sudo openssl rsa -in /etc/letsencrypt/live/example.com/privkey.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment