Before:
`sudo ee site info network1.outsmarthosting.com
Information about network1.outsmarthosting.com:
Nginx configuration wpsubdir basic (enabled)
PHP Version 5.5
HHVM disabled
SSL enabled
SSL PROVIDER Lets Encrypt
SSL EXPIRY DATE Sat Nov 5 19:42:00 EDT 2016
============
after disabling letsencrypt
`sudo ee site update network1.outsmarthosting.com --letsencrypt=off
sudo ee site info network1.outsmarthosting.com
Information about network1.outsmarthosting.com:
Nginx configuration wpsubdir basic (enabled)
PHP Version 5.5
HHVM disabled
SSL disabled`
=================================
After turning back on.
`sudo ee site update network1.outsmarthosting.com --letsencrypt=on
sudo ee site info network1.outsmarthosting.com Information about network1.outsmarthosting.com:
Nginx configuration wpsubdir basic (enabled)
PHP Version 5.5
HHVM disabled
SSL enabled
SSL PROVIDER Lets Encrypt
SSL EXPIRY DATE Sat Nov 5 19:42:00 EDT 2016`