Updates to SSL and other general items
This commit is contained in:
@@ -20,5 +20,9 @@ class Model_Account extends lnApp_Model_Account {
|
||||
|
||||
return strlen($this->prefix) > 1 ? $this->prefix : sprintf('%s%06d',$this->prefix,$this->id);
|
||||
}
|
||||
|
||||
public function ssl_dn() {
|
||||
return sprintf('O=IBM,CN=%s',$this->id());
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user