App update failed

Hello community,

A bit of context : we recently decided to migrate all our VMs to Microsoft Azure and that includes UCS VM. I succeded to migrate the UCS VM without any major issue. Now, I was able to update to UCS 4.4.4 today add I also updated Owncloud app, but when trying to update OnlyOffice Document Server, I get an error logged in /var/log/univention/appcenter.log :

20-06-02 13:41:51 [ WARNING]: cp: impossible d’évaluer ‘/etc/univention/ssl/HostName/cert.pem’: Aucun fichier ou dossier de ce type
8545 actions.upgrade 20-06-02 13:41:52 [ DEBUG]: /var/cache/univention-appcenter/appcenter.software-univention.de/4.4/onlyoffice-ds_20200417122917.preinst returned with 1
8545 actions.upgrade 20-06-02 13:41:52 [CRITICAL]: Unable to upgrade onlyoffice-ds. Aborting…
8545 actions.upgrade.progress 20-06-02 13:41:52 [ DEBUG]: 100

So it seems that it can not “evaluate” this cert because it does not exist but that is completely new to me since this is caused by the migration to Azure and the waagent.

What can I do to solve this issue ?

Best regards,

Kevin

Solved with this : sudo openssl req -new -x509 -days 1080 -nodes -out /etc/univention/ssl/HostName/cert.pem -keyout /etc/univention/ssl/HostName/private.key

Mastodon