Michael Kwaku Aboagye

Authored Comments

Okay! It is possible to generate keys after installation but it is a manual process and complex, too. I would rather advise you to store the plain-text password somewhere and encrypt it. I prefer and use this method than the one below.

To generate keys manually, use the following command:
Generate the site key:
twadmin --generate-keys --site-keyfile $SITE_KEY
Generate the local key:
twadmin --generate-keys --local-keyfile $LOCAL_KEY

Let me know if all is well. But remember to create variables for the site.key and local.key . Thanks!