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>