...
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 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.
Mark Key as Exportable (must):
During the import process, make sure to check Mark this key as exportable if you may need to export the certificate later with the private key.
Complete the wizard, and the client certificate will be added to the Personal store.
...
Step 4: Verify the Certificate Import
...
Go to Security Certificates in Agent GUI and confirm that the imported client certificate is listed in the list. Following figure shows that a client certificate named “Client Cert ml” which was imported is in the list.
...