d
This commit is contained in:
@@ -130,7 +130,7 @@ func UploadSoftwareFile(w http.ResponseWriter, r *http.Request) {
|
|||||||
log.Debugf("cmsFilePath:%s rpmFilePath:%s publicKey:%s", rpmFilePath, cmsFilePath, config.GetYamlConfig().Auth.PublicKey)
|
log.Debugf("cmsFilePath:%s rpmFilePath:%s publicKey:%s", rpmFilePath, cmsFilePath, config.GetYamlConfig().Auth.PublicKey)
|
||||||
result := verify_signature(config.GetYamlConfig().Auth.PublicKey, cmsFilePath, rpmFilePath)
|
result := verify_signature(config.GetYamlConfig().Auth.PublicKey, cmsFilePath, rpmFilePath)
|
||||||
log.Debug("result:", result.String())
|
log.Debug("result:", result.String())
|
||||||
if result.String() != SoftwareVerifiedOk {
|
if strings.Contains(result.String(), SoftwareVerifiedOk) == true {
|
||||||
err = global.ErrCMNotMatchSignFile
|
err = global.ErrCMNotMatchSignFile
|
||||||
log.Error(err)
|
log.Error(err)
|
||||||
services.ResponseInternalServerError500ProcessError(w, err)
|
services.ResponseInternalServerError500ProcessError(w, err)
|
||||||
|
|||||||
Reference in New Issue
Block a user