I tried to use docker logs to check the error.
It showed:
failed to read rsa private key: failed to read server private key file: open /etc/deviceauth/rsa/private.pem: permission denied
failed to read rsa private key: failed to read server private key file: open /etc/useradm/rsa/private.pem: permission denied
But I didn’t find the private.pem file in that place, I don’t know how to fix the problem.
By the way, the same the same process I create 3.3.0 mender-server demo and enterprise is OK.
Is there any new step I need to do in 3.4.0 version?
I have the same problem but clearly this is not the right solution. It works, yes obviously, but private key should not be accessible to world.
On my v3.3 private key was permissions 600 and I guess you have the same on v3.4 (I have this.).
Anybody having the same issue with a more convenient solution for that ?