mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Merge pull request #5319 from si458/skip-amt-algorithm
if amt algorithm use it
This commit is contained in:
commit
f856b96aa5
1 changed files with 3 additions and 1 deletions
|
@ -262,7 +262,9 @@ module.exports.CertificateOperations = function (parent) {
|
|||
acmconfig.cn = certCommonName.value;
|
||||
}
|
||||
}
|
||||
if(r.certs[0].md.algorithm){
|
||||
acmconfig.hashAlgorithm = r.certs[0].md.algorithm;
|
||||
}
|
||||
|
||||
delete acmconfig.cert;
|
||||
delete acmconfig.certpass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue