You are here

protected property hostingService_Certificate_LetsEncrypt::$letsencrypt_ca_options in Aegir HTTPS 7.3

File

submodules/letsencrypt/hosting_letsencrypt.service.inc, line 16
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

protected $letsencrypt_ca_options = array(
  'staging' => 'Staging',
  'production' => 'Production',
);