Devices can used secure CoAPs connections to the backend. To use CoAPs a Certificate signed by Lobaro is required.
The setup consists of the following steps:
The key must be created at the Platform server and should never leave the system.
openssl ecparam -name prime256v1 -genkey -noout -out platform.key |
Do not send the resulting private key file |
Update "-subj" parameter in the command below according to you server and organisation.
C=DE
ST=Hamburg
O=Lobaro GmbH
CN=up.lobaro.com
openssl req -new -key platform.key -sha256 -subj "/C=DE/ST=Hamburg/O=Lobaro GmbH/CN=up.lobaro.com" -out "platform.csr" |
Verify your request with:
openssl req -text -noout -in platform.csr |
Send the CSR to support@lobaro.de to receive a valid certificate for your Server.
Not yet documented, we are happy to help you out via Mail and Phone.