hello... are there any issues with openssl certificates being verified with CA files provided by third party? anytime i try: openssl verify -CAfile company-root-ca.crt company_signed.crt the thing just hangs forever without anything being returned at the prompt. i have tried this with both company_signed.crt being just the signed certificate and also a pfx in pem format - with the key in it. also how to add a CA cert to ca_root_nss file? thanks?