While trying to configure mender client configuration(preparing a client) for the self hosted server like below, I am confused about server.crt. Where does it come? How can I get it ? What should it contain ?In my server, there is no server.crt file.
./scripts/bootstrap-rootfs-overlay-production-server.sh \
--output-dir ${PWD}/rootfs_overlay_demo \
--server-url https://foobar.mender.io \
[ --server-cert ~/server.crt ]
The tree structure of the keys-generated directory is the following
Thanks in advance