Skip to content

Instantly share code, notes, and snippets.

@mharrvic
Created March 22, 2018 15:21
Show Gist options
  • Save mharrvic/c5002e8360648f5c1cda7ef4f9a0795f to your computer and use it in GitHub Desktop.
Save mharrvic/c5002e8360648f5c1cda7ef4f9a0795f to your computer and use it in GitHub Desktop.
letsencrypt
sudo certbot --authenticator webroot --webroot-path <path-to-webroot> --installer apache -d <your-domain>
https://letsencrypt.org/getting-started/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment