0
VotesUpload ECC certificate to OC300
Upload ECC certificate to OC300
Hello,
I have a Let's Encrypt Certificate issued with acme.sh --ecc
I am trying to upload it to the OC300 controller.
Uploading the Certificate file via API $BASE_URL/files/controller/certificate works.
Uploading the Key file via API $BASE_URL/files/controller/key fails with
{"errorCode":-30034,"msg":"Invalid key, please make sure the file is RSA encrypted."}
Please support ECC certificates that comes with PEM EC private key format.