===== CentOS 7 ===== * 下載 Let's Encrypt certbot 工具 yum install certbot * 執行 certbot 工具 * 使用 Apache 環境執行語法 yum install python-certbot-apache certbot --apache * 使用 Nginx 環境執行語法 yum install python-certbot-nginx certbot --nginx