diff --git a/CHANGELOG.md b/CHANGELOG.md index ca02c0c..4c65be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] +#### Fixed + +- Fix cheat.sh install [PR #139](https://github.com/WordOps/WordOps/pull/139) +- sslutils error when trying to display SSL certificate expiration + ### v3.9.8.9 - 2019-09-03 #### Added diff --git a/README.md b/README.md index faca027..48d4992 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ ## Getting Started + ```bash wget -qO wo wops.cc && sudo bash wo # Install WordOps sudo wo site create example.com --wp # Install required packages & setup WordPress on example.com @@ -128,10 +129,10 @@ wo site create example.com --proxy=127.0.0.1:3000 # create example.com with ngi ### Sites secured with Let's Encrypt ```bash -wo site create example.com --wp --letsencrypt # wordpress & letsencrypt -wo site create sub.example.com --wp --letsencrypt=subdomain # wordpress & letsencrypt subdomain +wo site create example.com --wp -le # wordpress & letsencrypt +wo site create sub.example.com --wp -le # wordpress & letsencrypt subdomain wo site create site.tld --wp --letsencrypt --hsts # wordpress & letsencrypt with HSTS -wo site create site.tld --wp --letsencrypt=wildcard --dns=dns_cf # wordpress & wildcard SSL certificate with Cloudflare DNS API +wo site create site.tld --wp -le=wildcard --dns=dns_cf # wordpress & wildcard SSL certificate with Cloudflare DNS API ``` ## Update WordOps