mirror of
https://github.com/webmin/webmin.git
synced 2026-08-25 08:00:54 +01:00
Preserve LE key size in the UI
https://github.com/webmin/webmin/issues/2822
This commit is contained in:
@@ -366,8 +366,8 @@ else {
|
||||
|
||||
# SSL key size
|
||||
print &ui_table_row($text{'ssl_size'},
|
||||
&ui_opt_textbox("size", undef, 6, $text{'default'}).
|
||||
" ".$text{'ssl_bits'});
|
||||
&ui_opt_textbox("size", $config{'letsencrypt_size'}, 6,
|
||||
$text{'default'})." ".$text{'ssl_bits'});
|
||||
|
||||
# Staging mode
|
||||
print &ui_table_row($text{'ssl_staging'},
|
||||
|
||||
Reference in New Issue
Block a user