You are here

function hostingService_Certificate_LetsEncrypt::load in Aegir HTTPS 7.3

Load associated values for the service.

File

submodules/letsencrypt/hosting_letsencrypt.service.inc, line 28
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 load() {
  parent::load();
  $this->letsencrypt_ca = variable_get('hosting_letsencrypt_ca_' . $this->server->nid, $this->letsencrypt_ca);
}