You are here

public function hostingService_Certificate_SelfSigned::context_options in Aegir HTTPS 7.3

Pass values to the provision backend when we call provision-save.

File

submodules/self_signed/hosting_self_signed.service.inc, line 128
Self-signed service implementation of the Certificate service type for the hosting front end.

Class

hostingService_Certificate_SelfSigned
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['self_signed_field'] = $this->self_signed_field;
}