no way to compare when less than two revisions

差異處

這裏顯示兩個版本的差異處。


tech:ssl_letsencrypt:centos7 [2021/06/23 22:34] (目前版本) – 建立 jonathan
行 1: 行 1:
 +===== CentOS 7 =====
 +  * 下載 Let's Encrypt certbot 工具<cli>
 +yum install certbot
 +</cli>
 +  * 執行 certbot 工具
 +    * 使用 Apache 環境執行語法<cli>
 +yum install python-certbot-apache
 +certbot --apache 
 +</cli>
 +    * 使用 Nginx 環境執行語法<cli>
 +yum install python-certbot-nginx
 +certbot --nginx
 +</cli>
  
  • tech/ssl_letsencrypt/centos7.txt
  • 上一次變更: 2021/06/23 22:34
  • jonathan