Skip to content
Snippets Groups Projects
Commit 7bd9904b authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '6538-auto-check-dkim-active' into 'develop'

Enable DKIM when generating a Private-key #6538

See merge request ispconfig/ispconfig3!1766
parents 7b4d4433 7bb2a0f2
No related branches found
No related tags found
1 merge request!1766Enable DKIM when generating a Private-key #6538
Pipeline #13590 passed
...@@ -169,6 +169,7 @@ ...@@ -169,6 +169,7 @@
$("#dkim_public").val(data.dkim_public); $("#dkim_public").val(data.dkim_public);
$("#dkim_private").val(data.dkim_private); $("#dkim_private").val(data.dkim_private);
$("#dns_record").val(dns); $("#dns_record").val(dns);
$('#dkim').prop("checked", true);
}); });
}; };
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment