1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00
Commit Graph

25 Commits

Author SHA1 Message Date
Anton Reutov
d68ac3993c
stopped to renew LE if domain is not exits more 2021-07-28 20:30:03 +03: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
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
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
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