1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

41 Commits

Author SHA1 Message Date
myvesta
3611b888e5
Update v-update-letsencrypt-ssl 2021-04-13 18:55:22 +02:00
myvesta
be9710f9ea
Update v-update-letsencrypt-ssl 2021-04-13 18:25:56 +02:00
myvesta
6b30357f9a
Update v-update-letsencrypt-ssl 2021-04-13 18:09:33 +02:00
myvesta
dba978b200
Update v-update-letsencrypt-ssl 2021-04-12 00:13:33 +02:00
myvesta
74209ee7db
Warn admin if LE renewing failed for hostname 2021-04-12 00:12:04 +02:00
myvesta
14aad370ac
Skipping LE renewing after 7 attempts 2020-04-30 01:17:52 +02:00
myvesta
e97f309e70
LETSENCRYPT_FAIL_COUNT skip if suspended 2020-04-30 00:30:53 +02:00
myvesta
bbe4d0ddcd
echo fail_counter 2020-04-30 00:09:51 +02:00
myvesta
6baf08f8d3
get_web_counter LETSENCRYPT_FAIL_COUNT 2020-04-30 00:00:08 +02:00
myvesta
d0542fd5e2
alter_web_counter LETSENCRYPT_FAIL_COUNT 2020-04-29 23:46:01 +02:00
Peca
db8b4ed21e Merge branch 'pr/34' 2019-08-10 17:09:42 +02:00
Chris Mills
9bceb01622 Switched to egrep to support optional comma in renewal 2019-06-06 06:07:44 +01:00
Chris Mills
a78c7ffc92 Renewal of cert not removing domain from alias list 2019-05-17 09:49:58 +01:00
Paweł Suder
d563dcd12b Fix update of SSL for LetsEncrypt certs
Due to missing /g in sed for parsing aliases from certificate SAN
field there was an issue with doubled alias which is also common
name of issued certficiate.
2019-05-14 08:59:43 +02:00
dpeca
0d85c88d18
Bringing back Better handling of calm-down routine while LE renewing
Accidentally overwritten in f8b4d42b74 commit
Original commit: 3d8b6a87a7

Calming down is because https://github.com/serghey-rodin/vesta/issues/1193 issue
2018-12-27 21:10:17 +01:00
Serghey Rodin
f8b4d42b74 Let's Encrypt v2 with wildcard support 2018-12-26 12:54:33 +02:00
dpeca
98b05f1ba2
Sleep 120 sec while LE renewing 2018-12-14 15:55:35 +01:00
myvesta
60dcc89d32
Fix for sleep while LE renewing 2018-12-10 14:35:20 +01:00
myvesta
7d6fcbd634
Merge pull request from serghey-rodin/master
update from master
2018-12-10 14:32:33 +01:00
dpeca
3d8b6a87a7
Better handling of calm-down routine while LE renewing
Sleep is because https://github.com/serghey-rodin/vesta/issues/1193
2018-12-10 14:31:10 +01:00
dpeca
58c6ca95b1
Fix for suspended domain checking while LE renewing
Logic should be inversed...
If you grep for suspended=no, then variable is NOT empty if it's NOT suspended
Which means it's empty only if it's suspended.
So we must grep for suspended=yes if we consider not-empty result as suspended domain.
@skullwritter 

This bug totally brakes LE renewing :)
2018-12-10 14:15:46 +01:00
myvesta
c1eb00dabb Merge branch 'pr/28' 2018-11-15 14:11:52 +01:00
Skull Writter
fa331e6ef2
removed dns and mail support - checking le 2018-10-30 16:25:24 -01:00
Skull Writter
06f670046b
Fix:
Now checks if the domain is suspended (WEB or EMAIL or DNS) if so, continue to the next domain
2018-10-25 19:44:46 +00:00
myvesta
3d9137c1ac
Wait 60 sec even for check-letsencrypt 2018-05-10 10:25:25 +02:00
myvesta
3118b9b91a
Sleep 60 after LE renew 2018-05-07 16:49:49 +02:00
dpeca
8d85cdcb2c
Wait 10 sec only while renewing LE for more than 1 domain 2018-04-26 19:11:51 +02:00
dpeca
e757da763f v-update-letsencrypt-ssl: better position for sleep 10
Related to issue https://github.com/serghey-rodin/vesta/issues/1193
2017-10-18 18:58:58 +02:00
dpeca
51bff426dc v-update-letsencrypt-ssl: wait 10 sec only when renewing 2017-10-18 18:49:09 +02:00
Serghey Rodin
3e6fd7e814 print domain name if attempt is unsuccessful 2017-07-18 16:51:30 +03:00
dpeca
64e6fa8c9d Avoid too fast restarting of web server while renewing LetsEncrypt
Fix 
2017-05-15 13:47:30 +02:00
Serghey Rodin
da6ed8057f autorenew LetsEncrypt SSL 2016-11-22 16:35:10 +02:00
Derrick Hammer
8ef2f19a5e *Add missing crt variable 2016-10-13 09:00:04 -04:00
Derrick Hammer
b40e33165a *Define USER_DATA in loop 2016-08-13 16:29:28 -04:00
Derrick Hammer
777939b7c2 Revert "*Run main.sh for each user"
This reverts commit 715d7d600fd4e30aef021e71def9120bd462404e.
2016-08-13 16:28:51 -04:00
Derrick Hammer
6016d266b2 Revert "*main.sh needs to be executed outside of loop as well"
This reverts commit 90c4d479ba2ef92cb39d45eb5a21f7c9d134881c.
2016-08-13 16:28:28 -04:00
Derrick Hammer
90c4d479ba *main.sh needs to be executed outside of loop as well 2016-08-13 16:25:08 -04:00
Derrick Hammer
715d7d600f *Run main.sh for each user 2016-08-13 16:21:57 -04:00
Derrick Hammer
0f5f417581 *Fix fetching users 2016-08-13 16:13:08 -04:00
Derrick Hammer
50f1db1abf *Check for letsencrypt by the LETSENCRYPT object, not the cert metadata 2016-07-31 06:48:06 -04:00
Serghey Rodin
41eb0d81c4 LetsEncrypt core API support 2016-06-09 17:07:15 +03:00