Skip to content

Cloud Cultivator Blog

Comprehensive SSL/TLS Monitoring

  • About Cloud Cultivator
Search
  1. Home
  2. Cloud Cultivator
  3. WordPress up and running

WordPress up and running

June 10, 2016June 2, 2020admin

Just got this WordPress blog up and running with the following tools:

WP CLI:
http://wp-cli.org/

Let’s Encrypt:
https://letsencrypt.org/

Certbot:
https://certbot.eff.org/

To keep things up to date, here are my crons:

#update letsencrypt certs
45 3 * * * certbot-auto renew

#update wp
0 9 * * * cd /var/www/blog-cloudcultivator/ && wp db optimize && wp db repair && wp core update && wp core update-db && wp plugin update –all

Tweet

Post navigation

NextUpdated cloudcultivator.com

Recent Posts

  • How to disable TLS 1.0 on Apache or nginx August 10, 2021
  • Certificate changelog analysis July 9, 2021
  • Certificate Expiry Notification Feature July 9, 2021
  • Adding a site to Cloud Cultivator July 9, 2021
  • Getting back July 9, 2021
  • Now on Twitter November 9, 2017
  • Updated cloudcultivator.com July 13, 2016
  • WordPress up and running June 10, 2016

Archives

  • August 2021 (1)
  • July 2021 (4)
  • November 2017 (1)
  • July 2016 (1)
  • June 2016 (1)
Copyright © 2023 Cloud Cultivator Blog | JetBlack by Firefly Themes
Scroll Up