Generate fireedge key

My fireedge key isn’t generating on startup. Is there a way to manually trigger that ?

Hello @nicpon ,

Fireedge key should be generate once the server is initialized. Maybe, you could check the fireedge.log/fireedge.error to debug the error.

In any case, you can create the key manually with:

echo "random_key" >> /var/lib/one/.one/fireedge_key

In HA environments, you can read the doc for more information:
https://docs.opennebula.io/6.0/installation_and_configuration/opennebula_services/fireedge.html?highlight=fireedge_key#configuration

Cheers,
Sergio

Thanks that worked.