Hossein Shafagh 1b6907a404 Certificate rotation region by region
example scheudule:
CELERYBEAT_SCHEDULE = {
    'certificate_rotate': {
        'task': 'lemur.common.celery.certificate_rotate',
        'options': {
            'expires': 180
        },
        'schedule': crontab(minute="*"),
        'kwargs': {'region': 'us-east-1'}
    }
}
2020-05-07 16:28:01 -07:00
..
2015-06-22 13:47:27 -07:00
2019-05-16 07:57:02 -07:00
2019-05-16 07:57:02 -07:00
2019-05-16 07:57:02 -07:00
2019-07-25 18:49:19 -07:00
2019-05-16 07:57:02 -07:00