Hi.
I am trying to connect my device to the hosted.mender.io server without a full Mender integration. For this purpose, I compiled the mender client for my architecture and followed the steps here. However, I always get the x509 authorization error:
My /etc/mender/mender.conf looks like this:
{
"IntervalSeconds": 5,
"RetryPollIntervalSeconds": 30,
"ServerURL": "https://hosted.mender.io/",
"TenantToken": " MY TOKEN ",
"UpdatePollIntervalSeconds": 5
}
I tried it without any server.crt at /etc/mender and created one on my own using:
CERT_API_CERT_API_CN=hosted.mender.io CERT_STORAGE_CN=hosted.mender.io ./keygen
with the integration repository and copied that file on my device.
What are the final steps to authorities my device?