You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it seems we need a secrets/ directory with a keystore in it. Its unclean however what the passphrase must be. it seems mesh generates one on start up, so how do you make them match?
The text was updated successfully, but these errors were encountered:
you have to generate you own keystore and put in in the right folder, i did not commit this file since it is a secret. The keystore is auto generated in the official mesh image at first startup
It seems if this file is not present, mesh will not start:
java.lang.RuntimeException: java.io.EOFException
So I read about this issue:
gentics/mesh-chart#1
And it seems we need a secrets/ directory with a keystore in it. Its unclean however what the passphrase must be. it seems mesh generates one on start up, so how do you make them match?
The text was updated successfully, but these errors were encountered: