Hello,
the cert-file must only contain the PEM encoded certificate. Which looks like that:
-----BEGIN CERTIFICATE-----
MIIGLDCCBBSgAwIBAgIBAjANBgkqhkiG9w0BAQUFADCBkTELMAkGA1UEBhMCR...
...f1C84xeGJwE0A/6ux2CZL8FFI5quHGEGrVtvqYfvk73ehvPz7patkJ54BQdwK
-----END CERTIFICATE-----
Open the file with a text editor. If the file starts with human readable data like that:
Certificate:
Data:
Version: 3 (0x2)
Serial Number...and so on
Than that has to be deleted so that only the encoded certificate remains.
Backup before editing.
Since (AFAIK) the default behaviour of OpenSSL is to include the human readable certificate information into the cert-file, Synology might consider to work on the import check mechanism.