Healthcheck on NGINX Ubuntu

I tried to install a SSL cert using a self signed cert from the ubuntu server it self
Now im getting the error .

Something went wrong.

The operation failed with the following error:

Could not verify the server key. Server internal error. Check with your administrator.

Whats the full command to doing a health check on the ubuntu server?

Hello @bfreitas,

Here you go for the healthcheck command to be executed in your passbolt root directory :

sudo su -s /bin/bash -c "./bin/cake passbolt healthcheck" www-data

If you installed from sources, your passbolt directory should be :
/var/www/passbolt

If you installed via package, it should be :
/usr/share/php/passbolt

Cheers.