mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added domain wide terminal shell option.
This commit is contained in:
parent
d3fd8e7311
commit
921e610d19
5 changed files with 37 additions and 3 deletions
|
@ -869,6 +869,8 @@ module.exports.CreateAmtManager = function (parent) {
|
|||
if (domain.amtmanager.tlsrootcert2 != null) {
|
||||
xxCaPrivateKey = domain.amtmanager.tlsrootcert2.key;
|
||||
issuerattributes = domain.amtmanager.tlsrootcert2.attributes;
|
||||
// TODO: We should change the start and end dates of our issued certificate to at least match the root.
|
||||
// TODO: We could do one better and auto-renew TLS certificates as needed.
|
||||
}
|
||||
|
||||
// Set the extended key usages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue