mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix TLS log parsing
This commit is contained in:
@@ -918,6 +918,9 @@ log_sign=Updated DNSSEC signatures for zone $1
|
||||
log_resign=Re-signed DNSSEC key for zone $1
|
||||
log_trusted=Changed DNSSEC verification
|
||||
log_dnssec=Change DNSSEC key re-signing
|
||||
log_create_tls=Created SSL key $1
|
||||
log_delete_tls=Deleted SSL key $1
|
||||
log_modify_tls=Updated SSL key $1
|
||||
|
||||
convert_err=Failed to convert zone
|
||||
convert_efile=A records file must be specified before a slave zone can be converted to a master.
|
||||
|
||||
@@ -44,7 +44,7 @@ elsif ($type eq 'recs') {
|
||||
elsif ($type eq 'zones') {
|
||||
return &text("log_${action}_zones", $object);
|
||||
}
|
||||
elsif ($type eq "host" || $type eq "group") {
|
||||
elsif ($type eq "host" || $type eq "group" || $type eq "tls") {
|
||||
return &text("log_${action}_${type}", "<tt>$object</tt>");
|
||||
}
|
||||
elsif ($action eq 'create') {
|
||||
|
||||
Reference in New Issue
Block a user