Skip to content

Commit

Permalink
Relase 0.0.5 : get certificates to each domain
Browse files Browse the repository at this point in the history
* Get and update all certificate to each domain hosted
  • Loading branch information
camlafit committed Sep 3, 2017
1 parent d837b88 commit df013b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ make
* [x] Auto renew panel certificat (0.0.2)
* [x] Auto detect new domain add from panel (0.0.3)
* [x] Don't stop apache to get certificate (0.0.4)
* [ ] Auto renew all domains
* [x] Auto renew all domains (0.0.5)
4 changes: 3 additions & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ case "$1" in
echo "* *"
echo "* ALTERNC ACTION REQUESTED *"
echo "* *"
echo "* Please run alternc.install to fully update *"
echo "* Please : *"
echo "* run alternc.install to fully update *"
echo "* update your ssl quota from admin panel *"
echo "* *"
echo "**********************************************"
echo -e "\033[0m"
Expand Down
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 @@
# Every day at 2am, compute web, mail and db space usage per account.
# You may put this computing every week only or on your filer on busy services.
0 */12 * * * root /usr/lib/alternc/install.d/alternc-certbot


0 */12 * * * root /usr/lib/alternc/generate_certbot.php

0 comments on commit df013b3

Please sign in to comment.