mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-25 10:03:01 +03:00
Merge pull request #5354 from KDima23/fix-skip-amt-algorithm
fix skip-amt-algorithm
This commit is contained in:
commit
04a71800fa
@ -262,7 +262,7 @@ module.exports.CertificateOperations = function (parent) {
|
||||
acmconfig.cn = certCommonName.value;
|
||||
}
|
||||
}
|
||||
if(r.certs[0].md.algorithm){
|
||||
if(r.certs[0].md){
|
||||
acmconfig.hashAlgorithm = r.certs[0].md.algorithm;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user