• 下載 Let's Encrypt certbot 工具

    yum install certbot

  • 執行 certbot 工具
    • 使用 Apache 環境執行語法

      yum install python-certbot-apache
      certbot --apache 

    • 使用 Nginx 環境執行語法

      yum install python-certbot-nginx
      certbot --nginx

  • tech/ssl_letsencrypt/centos7.txt
  • 上一次變更: 2021/06/23 22:34
  • jonathan