NULL, ); /** * Renew a certificate */ protected function _execute(array $params) { // @todo, Change this to be a SSL id, maybe list all the certs expiring ORM::factory('Service',$params['id'])->plugin()->renew(); } } ?>