Warnings disappeared after the first warning. MIAB has completed 4 incremental backs without error/warning since the first warning. So I dunno. Seems like the issue with signatures can be fixed by doing the following:
Turn off backups in the admin panel
Delete existing backups (ie entire encrypted directory contents) and secret_key:
ssh into your box and run the following commands
rm /home/user-data/backup/encrypted/*
rm -rf /home/user-data/backup/secret_key.txt
Turn backups on again in the admin panel
Wait a few days and any warnings should disappear
Do above I got one warning after the first backup (or perhaps first incremental backup) and then no warnings after that.
Good idea to backup your existing backups/secret_key before deleting anything.
If you remove the backup files from encrypted (/home/user-data/backup/encrypted) you should also clear out the cache folder (/home/user-data/backup/cache) as this is where the signature errors originate from.