Update letsencrypt-renew

changes for webroot renewal
This commit is contained in:
Sadiq Saif 2017-07-16 19:43:34 -04:00 committed by GitHub
parent f7b40f6e28
commit fb6039aebf
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env bash
systemctl stop nginx
letsencrypt renew
systemctl start nginx
service nginx reload