You are here

function hosting_ssl_hosting_feature in Hostmaster (Aegir) 6

File

modules/hosting/web_server/ssl/hosting.feature.ssl.inc, line 3

Code

function hosting_ssl_hosting_feature() {
  $features['ssl'] = array(
    'title' => t('SSL support'),
    'description' => t('Provides a service to expose a site encrypted by SSL certificates.'),
    'status' => HOSTING_FEATURE_DISABLED,
    'module' => 'hosting_ssl',
  );
  return $features;
}