function hosting_letsencrypt_hosting_service in Aegir HTTPS 7.3
Implements hook_hosting_service().
File
- submodules/
letsencrypt/ hosting_letsencrypt.module, line 11 - LetsEncrypt certificate generation service.
Code
function hosting_letsencrypt_hosting_service() {
return array(
'LetsEncrypt' => 'Certificate',
);
}