I’m testing out AWS IoT Core integration and when I try read the private key that is issued by Mender I am getting errors. The private key I’m testing can be found in the mender-configure area on the device or in the mender web panel under the device variables.
I found out that the keys provided through mender-configure are ECC 256 bits keys. For some unknown reason, openssl doesn’t like that the header is -----BEGIN PRIVATE KEY-----
(I suppose it thinks it should be a PKCS#8 key).
Why mender-configure generate ECC 256 bit keys? can we generate the header like -----BEGIN EC PRIVATE KEY-----
using mender-configure?