Today i had the same issue, I solved as reported here: link to macrumors
The issue is: The certificate has a key length of 8192 bits, signature algorithm of SHA256RSA. Mac OS won't import CA certs with this lenght, so:
sudo defaults write /Library/Preferences/com.apple.security RSAMaxKeySize -int 8192
and after a reboot I was able to import it.