Skip to content

Commit

Permalink
Release 0.0.11 : Update certificate
Browse files Browse the repository at this point in the history
* Fix error cron, and duplicate update
  • Loading branch information
camlafit committed Jan 12, 2018
1 parent f73fd2d commit 5df721f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ make
* [x] Don't stop apache to get certificate (0.0.4)
* [x] Auto renew all domains (0.0.5)
* [x] Provide a stretch compatibility (0.0.6)
* [x] Correct update cron (0.0.11)
3 changes: 1 addition & 2 deletions src/etc/cron.d/alternc-certbot
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Twice a day, every 12 hours :
# - renew the certificate of the panel (alternc-cerbot)
# - generate or renew the certificates of every domain available (generate_certbot.php)
# - generate or renew the certificates of every domain available (generate_certbot.php via alternc-certbot)
0 */12 * * * root /usr/lib/alternc/install.d/alternc-certbot apache2
0 */12 * * * root /usr/lib/alternc/generate_certbot.php

0 comments on commit 5df721f

Please sign in to comment.