Created
June 2, 2017 12:20
-
-
Save lipis/a0b1ed067c856de7579531c452433b86 to your computer and use it in GitHub Desktop.
Let's Encrypt Certificates on App Engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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