%# %# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-10-18 19:00:38 %#
%=l('lets_CONFIG_LETSENCRYPT')
%=l('lets_SERVICE_STATUS')
% my @status_options = Disabled;
% param 'status' => $lets_data->{status} unless param 'status';
%= select_field 'status' => @status_options, class => 'input'
%=l('lets_HOOKSCRIPT_STATUS')
% my @hookScript_options = ;
% param 'hookScript' => $lets_data->{hookScript} unless param 'hookScript';
%= select_field 'hookScript' => @hookScript_options, class => 'input'
%=l('lets_HOSTOVERRIDE_STATUS')
% my @hostOverride_options = ;
% param 'hostOverride' => $lets_data->{hostOverride} unless param 'hostOverride';
%= select_field 'hostOverride' => @hostOverride_options, class => 'input'
%=l('lets_ACCEPT_TERMS_STATUS')
% my @ACCEPT_TERMS_options = ;
% param 'ACCEPT_TERMS' => $lets_data->{ACCEPT_TERMS} unless param 'ACCEPT_TERMS';
%= select_field 'ACCEPT_TERMS' => @ACCEPT_TERMS_options, class => 'input'
%=l('lets_API_STATUS')
% my @API_options = ;
% param 'API' => $lets_data->{API} unless param 'API';
%= select_field 'API' => @API_options, class => 'input'
%=l('lets_KEYSIZE_STATUS')
% my @keysize_options = ;
% param 'keysize' => $lets_data->{keysize} unless param 'keysize';
%= select_field 'keysize' => @keysize_options, class => 'input'
%=l('lets_CONFIGUREMODE_STATUS')
% my @configure_options = ;
% param 'configure' => $lets_data->{configure} unless param 'configure';
%= select_field 'configure' => @configure_options, class => 'input'
%=l('lets_EMAIL')
% param 'email' => $lets_data->{email} unless param 'email';
%= text_field 'email', size => '50', class => 'textinput email' , pattern=>'.*' , placeholder=>'email'