mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix check for key in use
This commit is contained in:
@@ -4544,7 +4544,7 @@ sub find_tls_users
|
||||
{
|
||||
my ($conf, $name) = @_;
|
||||
my @rv;
|
||||
my $opts = &find("optons", $conf);
|
||||
my $opts = &find("options", $conf);
|
||||
if ($opts) {
|
||||
my @listen = ( &find("listen-on", $opts->{'members'}),
|
||||
&find("listen-on-v6", $opts->{'members'}) );
|
||||
|
||||
@@ -1376,6 +1376,7 @@ tls_ename=SSL key name can only contain letters, numbers, underscore and dash
|
||||
tls_ekey=Missing or non-existent SSL key file
|
||||
tls_ecert=Missing or non-existent SSL certificate file
|
||||
tls_eca=Missing or non-existent SSL CA certificate file
|
||||
tls_eusers=SSL certificate is still in use by BIND
|
||||
tls_eusers=Still in use by a port or address to listen on
|
||||
tls_return=SSL keys and certificates
|
||||
|
||||
__norefs=1
|
||||
|
||||
Reference in New Issue
Block a user