...
In the Certificate Import Wizard, select your client certificate (.pfx or .p12 file).
If the certificate is protected by a password, you will be prompted to enter it.
Note: If you have .crt and .key file then you need to combine them in .p12 file. The following command can be used to to do so.Code Block openssl pkcs12 -export -out combined.p12 -inkey your_private_key.key -in your_certificate.crt -name "your_cert_alias"
If the certificate is protected by a password, you will be prompted to enter it.
...