Added list_expiring to show services expiring
This commit is contained in:
@@ -40,6 +40,10 @@ class Model_Service_Plugin_SSL extends Model_Service_Plugin {
|
||||
->set('so',$this);
|
||||
}
|
||||
|
||||
public function expire() {
|
||||
return $this->valid_to();
|
||||
}
|
||||
|
||||
public function name() {
|
||||
if ($this->cert) {
|
||||
return sprintf('%s:%s',$this->ssl_ca->subject(),$this->display('cert'));
|
||||
|
Reference in New Issue
Block a user