openpolitics.com

  • writing
  • quotes
  • Topics
    • academia
    • corruption
    • economics
    • education
    • environment
    • finance
    • history
    • hypertext
    • media
    • philosophy
    • psychology
    • religion
    • russia
    • ted nelson
  • about
← Previous Next →

How do I apply a Let’s Encrypt SSL Certificate to a WordPress Droplet?

If you are running Apache, then I would suggest using the following command:

sudo certbot --apache -d <span class="highlight">example.com</span> -d www.<span class="highlight">example.com</span>