Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
After updating to News 15.3.1 on NC 20.0.7, the admin overview page reports invalid files found during integrity check. Checking what it is, I get this output:
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- news
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate is not valid.
Raw output
==========
Array
(
[news] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Certificate is not valid.
)
)
)
Explain what you did to encounter the issue
Found the issue, will be very likely fixed with the next release, the certificate was simply not included at all in the archive.
got exactly same issue after updatin to NC 20.0.7. Thanks for solving in next release
Had installed new version 20.0.7, too.
I have uninstalled the News app and started a new analysis. After that, the error disapeared.
15.3.2 includes the certificate and I could validate it on my own installation, no more signature errors
Most helpful comment
Found the issue, will be very likely fixed with the next release, the certificate was simply not included at all in the archive.