You are here

function hosting_self_signed_hosting_service in Aegir HTTPS 7.3

Implements hook_hosting_service().

File

submodules/self_signed/hosting_self_signed.module, line 11
SelfSigned certificate generation service.

Code

function hosting_self_signed_hosting_service() {
  return array(
    'SelfSigned' => 'Certificate',
  );
}