add Crypt::createSelfSignedCertificate; bugfix display of no-ssl-ip in domain-add formfield
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -197,10 +197,10 @@ return [
|
||||
'label' => lng('admin.domain_sslenabled'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => true
|
||||
'checked' => !empty($ssl_ipsandports)
|
||||
],
|
||||
'no_ssl_available_info' => [
|
||||
'visible' => !empty($ssl_ipsandports),
|
||||
'visible' => empty($ssl_ipsandports),
|
||||
'label' => 'SSL',
|
||||
'type' => 'label',
|
||||
'value' => lng('panel.nosslipsavailable')
|
||||
|
||||
Reference in New Issue
Block a user