Obtain the location information of your company CA certificate and client certificate by running PowerShell commands.
Get-ChildItem -path 'Cert:\*' -Recurse | where Subject -like "*<certificate name>*"
certificate name: The name of the target certificate or part of the certificate name
ls -path 'Cert:\*' -Recurse | where Thumbprint -eq "<thumbprint>"
thumbprint: The thumbprint of the target certificate
You can find the certificate location information in the PSParentPath field of the execution result. For example, Microsoft.PowerShell.Security\Certificate::CurrentUser\Root
\CurrentUser\Root