-- the fetch-crl controller module (..., package.seeall) require("controllerfunctions") default_action = "status" status = function( self ) return self.model.get_status() end startstop = function( self ) return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.model.get_status, self.clientdata) end expert = function( self ) return controllerfunctions.handle_form(self, self.model.get_configfile, self.model.update_configfile, self.clientdata, "Save", "Edit Configuration", "Configuration Saved") end