So I’m setting up auto-provisioning in OR.
However, I am struggling with the certificates, I keep getting the message “certifcate invalid” over the provisioning topic.
I have created a CA and used it for the creation of a couple of client certificates with a unique id.
CA certificate → into the Manager ui Auto provisioning tab
publishing to provisioning/#unique_id#/request:
{
“type”: “x509”,
“cert”: “------#ca certificate#-----#client certificate with unique id in cn#------ ”
}
Since the tuturial says: “The cert field should be in PEM format and must contain the certificate chain up to and including the CA certificate registered within OpenRemote.”
I’ve tried it with both certificates and the client certificate only, without succes.
What am I missing here ?
Thanks in advance