You are here

hosting.feature.ssl.inc in Hostmaster (Aegir) 6

File

modules/hosting/web_server/ssl/hosting.feature.ssl.inc
View source
<?php

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;
}

Functions