aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts/rpkigui-check-expired.py
AgeCommit message (Expand)Author
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
2013-03-26use rpki.gui.script_util.setup() to configure the django orm.Michael Elkins
2013-03-11change default log level to WARNINGMichael Elkins
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
2012-08-24do not assume that user.email is not NoneMichael Elkins
2012-07-16simplify exiting the scriptMichael Elkins
2012-07-16catch socket.error and print a friendlier message when we can't talk to rpkid...Michael Elkins
2012-07-13fix pep8 warningsMichael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-10add option to not send email report; useful for cli debuggingMichael Elkins
2012-07-09in addition to logging to stdout, send email notifications to addresses liste...Michael Elkins
2012-07-06use the client_handle specified in the <list_published_objects/> response to ...Michael Elkins
2012-07-06add support for checking child resource certsMichael Elkins
2012-07-06force update of received resources cache prior to checking for rescert expira...Michael Elkins
2012-07-05add current handle name to each warning messageMichael Elkins
2012-07-05use str() to print to detail of each Certificate subclass when displaying a w...Michael Elkins
2012-07-05don't print out expiration for TA certsMichael Elkins
2012-07-05print cached rescert information when we do not find the cert in the rcynic c...Michael Elkins
2012-07-05check expiration of BSC's for each handle as well.Michael Elkins
2012-07-05add expiration checks for parent/child/repository TA/cross certsMichael Elkins
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins