Certificate List is Empty - Please check Credentials and Configurations (ca_api_url, ca_api_version, include_cert_status) , Pattern name: Entrust - Certificate ManagementIssue While running CA certificates discovery for Entrust following error seen in discovery logs; "Certificate List is Empty - Please check Credentials and Configurations (ca_api_url, ca_api_version, include_cert_status) , Pattern name: Entrust - Certificate Management" Error observed in mid-server logs: 2023-09-19 22:04:57 ERROR (Worker-Standard:HorizontalDiscoveryProbe-552b25031b55799045bd42e2cd4bcbe3) [CertificateCaptureUtil:568] Received invalid response code 401 while making http request for the url https://api.entrust.net/enterprise/v2/certificates?limit=500&offset=1000&status=in:ACTIVE,EXPIRED,REVOKED. Reason Phrase : Unauthorized With the same user and password which is configured on credential on instance, if customer tried to open below url on the browser on their machine it works and gives a list of certificates:https://api.entrust.net/enterprise/v2/certificates?limit=500&offset=1000&status=in:ACTIVE,EXPIRED,REVOKEDCauseFor entrust certificate discovery, the Entrust keystore needs to be added to the Entrust credential form; https://instancename.service-now.com/sn_disco_certmgmt_certificate_ca_credentials_list.doResolutionCheck with your entrust team and get the Keystore file in pfx format and get the keystore password from themCreate a record in 'sys_certificate' with above detailsAnd add the keystore on Entrust credential record in 'keystore' section as shown below (https://instancename.service-now.com/sn_disco_certmgmt_certificate_ca_credentials_list.do)Now if you run discovery on the Entrust discovery schedule it discovers the certificates via the 'Entrust - Certificate Management' pattern successfully