Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Certificate Import Wizard, select your client certificate (.pfx or .p12 file).

  2. 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"
  3. If the certificate is protected by a password, you will be prompted to enter it.

...