When importing in a trusted certificate it fails with error message "the following certificates(s) were already known:" SHA256 Hash
This happens if the certificate is already in the DAS database
Open the certificate and check the properties to confirm it's the correct certificate
The value included with the error message is not the sha256RSA so it may be hard to confirm without actually looking at the physical certificate
select cert_id, agent_trust, subject_name AS 'Trusted Certificate', thumbprint, serial_number, valid_from, valid_to, date_created, date_modified from dbo.certificates (nolock) where agent_trust not like 0 order by date_modified DESC;