Skip to content

Instantly share code, notes, and snippets.

@adamwalter
Created November 13, 2018 16:09
Show Gist options
  • Save adamwalter/44f2668935068aa64c8cf6fd3929ecc8 to your computer and use it in GitHub Desktop.
Save adamwalter/44f2668935068aa64c8cf6fd3929ecc8 to your computer and use it in GitHub Desktop.
Generate Let's Encrypt certificate via Certbot
# Install Certbot
brew install certbot
# Generate certificate with DNS challenge and CSR from hosting server
sudo certbot certonly --manual --preferred-challenges dns --csr ~/Desktop/example.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment