mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Follow default reuse option
This commit is contained in:
@ -102,7 +102,7 @@ else {
|
||||
"<tt>".&html_escape($webroot)."</tt>"),"<p>\n";
|
||||
my ($ok, $cert, $key, $chain) = &request_letsencrypt_cert(
|
||||
\@doms, $webroot, undef, $size, $mode, $in{'staging'},
|
||||
undef, undef, 0, undef, undef, undef, $in{'subset'});
|
||||
undef, undef, undef, undef, undef, undef, $in{'subset'});
|
||||
if (!$ok) {
|
||||
print &text('letsencrypt_failed', $cert),"<p>\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user