function hostingService_Certificate_LetsEncrypt::update in Aegir HTTPS 7.3
Update a record in the database.
File
- submodules/
letsencrypt/ hosting_letsencrypt.service.inc, line 84 - 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 update() {
parent::update();
variable_set('hosting_letsencrypt_ca_' . $this->server->nid, $this->letsencrypt_ca);
}