소스 검색

Update lets_encrypt.rst

Len 8 년 전
부모
커밋
6b12940873
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      source/getting_started/lets_encrypt.rst

+ 2 - 0
source/getting_started/lets_encrypt.rst

@@ -71,6 +71,8 @@ You can make up to 100 subdomain requests with using -d sub.domain.tld -d sub1.d
         ssl_certificate /etc/letsencrypt/live/domain.tld/fullchain.pem;
         ssl_certificate_key /etc/letsencrypt/live/domain.tld/privkey.pem;
 
+Systemctl restart nginx
+
 **Auto Renew certificate**
 
 ::