TLS/SSL

3:2018-10-01 yc.ali3.tw

cd /usr/share/letsencrypt

[root@ali3 letsencrypt]# ./letsencrypt-auto --apache -d ali3.tw -d www.ali3.tw -d yc.ali3.tw

Expend

no redirect

modify httpd.conf delete append yc.ali3.tw letsencrypt

modify site_enable httpd and le-ssl conf

# Virtual host yc.ali3.tw
<VirtualHost 59.125.229.3:80>
        ServerAdmin service@ali3.tw
        DocumentRoot /var/www/web27
        ServerName yc.ali3.tw
Redirect 301 / https://yc.ali3.tw
</VirtualHost>
 

3:2018-02-12 for mustard.com.tw

[root@ali3 letsencrypt]# ./letsencrypt-auto --apache -d mustard.com.tw -d www.mustard.com.tw -d m.mustard.com.tw
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for mustard.com.tw
http-01 challenge for www.mustard.com.tw
http-01 challenge for m.mustard.com.tw
Waiting for verification...
Cleaning up challenges