hosting_self_signed.module in Aegir HTTPS 7.3
SelfSigned certificate generation service.
File
submodules/self_signed/hosting_self_signed.moduleView source
<?php
/**
* @file
* SelfSigned certificate generation service.
*/
/**
* Implements hook_hosting_service().
*/
function hosting_self_signed_hosting_service() {
return array(
'SelfSigned' => 'Certificate',
);
}
Functions
Name | Description |
---|---|
hosting_self_signed_hosting_service | Implements hook_hosting_service(). |