function drush_letsencrypt_post_provision_install in Aegir HTTPS 7.3
Implements drush_hook_post_provision_install().
We can now perform such operations as restarting the server, by calling the public API of the service we have created.
File
- submodules/
letsencrypt/ drush/ install.provision.inc, line 50 - Invoke Drush API hooks for the 'provision-install' command.
Code
function drush_letsencrypt_post_provision_install() {
d()
->service('Certificate')
->parse_configs();
}