function hostingService_Certificate_LetsEncrypt::insert in Aegir HTTPS 7.3
Insert a record into the database.
File
- submodules/
letsencrypt/ hosting_letsencrypt.service.inc, line 75 - LetsEncrypt service implementation of the Certificate service type for the hosting front end.
Class
- hostingService_Certificate_LetsEncrypt
- An implementation of the certificate service type, registered with hook_hosting_service.
Code
function insert() {
parent::insert();
variable_set('hosting_letsencrypt_ca_' . $this->server->nid, $this->letsencrypt_ca);
}