function hostingService_Certificate_LetsEncrypt::delete in Aegir HTTPS 7.3
Delete a record from the database, based on server node.
File
- submodules/
letsencrypt/ hosting_letsencrypt.service.inc, line 93 - 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 delete() {
parent::delete();
variable_del('hosting_letsencrypt_ca_' . $this->server->nid);
}