You are here

function hostingService_Certificate_SelfSigned::insert in Aegir HTTPS 7.3

Insert a record into the database.

File

submodules/self_signed/hosting_self_signed.service.inc, line 94
Self-signed service implementation of the Certificate service type for the hosting front end.

Class

hostingService_Certificate_SelfSigned
An implementation of the certificate service type, registered with hook_hosting_service.

Code

function insert() {
  parent::insert();
  variable_set('hosting_self_signed_field_' . $this->server->nid, $this->self_signed_field);
}