Versions Compared

Key

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

...

  1. Export a private key using Key Store Explorer.
  2. Run the following command in CMD as Administrator:

    openssl pkcs12 -export 


    Code Block
    openssl pkcs12 -export -out <output_certificate_name>.
    pfx 
    pfx -inkey <key_name>.
    key 
    key -in <certificte_name>.
    cer 
    cer 


    You need the private key generated in the previous step and the CER certificate created in Resolving+the+certificate+error+message.



  3. Import the generated PFX certificate in the Personal folder under Certificate store.


Generate PFX certificate using the private key generated in the previous steps and the CER certificate created in Resolving+the+certificate+error+message.

...