./certbot-auto certonly --force-renew --cert-name coonatea.com.tw
How would you like to authenticate with the ACME CA?
-------------------------------------------------------------------------------
1: Apache Web Server plugin - Beta (apache)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
-------------------------------------------------------------------------------
Select the appropriate number [1-3] then [enter] (press 'c' to cancel): 1
Plugins selected: Authenticator apache, Installer None
Please enter in your domain name(s) (comma and/or space separated) (Enter 'c'
to cancel): coonatea.com.tw www.coonatea.com.tw shop.coonatea.com.tw
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for coonatea.com.tw
http-01 challenge for www.coonatea.com.tw
http-01 challenge for shop.coonatea.com.tw
Waiting for verification...
Cleaning up challenges
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/coonatea.com.tw/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/coonatea.com.tw/privkey.pem
Your cert will expire on 2018-04-28. To obtain a new or tweaked
version of this certificate in the future, simply run certbot-auto
again. To non-interactively renew *all* of your certificates, run
"certbot-auto renew"
20180207 Fix zp_Rainbow themes mix css script not ssl
nano rainbow.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);
to
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);