Skip to content

Commit

Permalink
Renew certificates at 09:00 CEST (Netflix#197)
Browse files Browse the repository at this point in the history
Let Lemur renew certificates at 9am (instead of 13am) so it's done before Digicert sends out the 30 days to expiry notification on that day, which they always seem to do around 9.30am.

https://ghe.spotify.net/wasabi/certificate-management/issues/62
  • Loading branch information
mspringare authored and GitHub Enterprise committed Jun 22, 2021
1 parent 417c7d0 commit 79d31ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lemur.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ def get_random_secret(length):
},
'schedule': crontab(
day_of_week='mon-thu',
hour="11",
hour="7",
minute="00"
), # 13:00 CEST on Mon,Tue,Wed,Thu
), # 09:00 CEST on Mon,Tue,Wed,Thu
},
'rotate_all_pending_endpoints': {
'task': 'lemur.common.celery.rotate_all_pending_endpoints',
Expand Down

0 comments on commit 79d31ea

Please sign in to comment.