ACC MidCertificateManager Warnings are seen in MID Server logs for folder names - ignoring file 'servicenow'' due to missing .zip extensionDescriptionCurrently the MIDCertificateManager when gathering files for public certificates that are available for Agents to request, the folder structure is included in the gathering process.This leads to the following WARN messages to be logged: WARN (MidCertificateDownloadMonitor.86400) [MidCertificateManager:69] ignoring file 'servicenow'' due to missing .zip extensionWARN (MidCertificateDownloadMonitor.86400) [MidCertificateManager:69] ignoring file ''' due to missing .zip extension This is unintended behavior, but the warnings can be safely ignored as they are not actual files that would be synced to Agents.Steps to Reproduce Enable an ACC Endpoint extension on a MID Server and then inspect the agent0.log.0 WARN (MidCertificateDownloadMonitor.86400) [MidCertificateManager:69] ignoring file 'servicenow'' due to missing .zip extensionWARN (MidCertificateDownloadMonitor.86400) [MidCertificateManager:69] ignoring file ''' due to missing .zip extension"servicenow" is the out-of-box folder that the SNCertificates.zip, which will always be present.If a customer has created additional folders for their own certificates, those folders will also be mentioned:WARN (MidCertificateDownloadMonitor.86400) [MidCertificateManager:69] ignoring file 'customer'' due to missing .zip extensionWorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available. The warnings for folders, and the blank one, can be ignored. If the warning is for a file, such as a .cer that is not zipped, or for a .tar.gz file, which is not the same as a .zip, then those would need fixing, so that the certificate file is within a .zip file.Related Problem: PRB1945995