public function hostingService_Certificate_LetsEncrypt::context_options in Aegir HTTPS 7.3
Pass values to the provision backend when we call provision-save.
File
- submodules/
letsencrypt/ hosting_letsencrypt.service.inc, line 109 - LetsEncrypt service implementation of the Certificate service type for the hosting front end.
Class
- hostingService_Certificate_LetsEncrypt
- An implementation of the certificate service type, registered with hook_hosting_service.
Code
public function context_options($task_type, $ref_type, &$task) {
parent::context_options($task_type, $ref_type, $task);
$task->context_options['letsencrypt_ca'] = $this->letsencrypt_ca;
}