소스 검색

Add command to renew certbot certificates

DricomDragon 3 년 전
부모
커밋
70f5c4585b
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Guides/httpd.md

+ 6 - 0
Guides/httpd.md

@@ -11,3 +11,9 @@ Create a new configuration in `/etc/apache2/sites-available`
 Enable a configuration by creating a likn in `/etc/apache2/sites-enabled`
 
 `sudo ln --symbolic ../sites-available/kanboard.jovian-hersemeule.eu.conf kanboard.jovian-hersemeule.eu.conf`
+
+## Certbot
+
+To renew certificates :
+
+`sudo certbot --apache renew`