Versions Compared

Key

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

...

  1. Open the .pfx File

    • Launch Keystore Explorer.

    • Click File > Open and select your .pfx file.

    • Enter the password when prompted.

  2. Locate the Certificate

    • Once the keystore is open, you’ll see entries like PrivateKeyEntry or CertificateEntry.

    • Right-click on the certificate you want to export.

  3. Export as a .crt

    • Choose Export > Export Certificate Chain.

    • afbeelding-20250214-134757.png
    • In the export dialog:

      • Select PEM depending on your requirement:

        • .crt with PEM format is common (Base64-encoded).

        • afbeelding-20250214-140913.png
      • Save the certificate with a .crt extension. Normally fullchain.crt

  4. Export the Private Key

    • If you need the private key separately:

      • Right-click on the PrivateKeyEntry and choose Export > Export Private Key.

      • afbeelding-20250214-141038.png
      • afbeelding-20250214-141148.png
      • Export it as a .key in PEM format.

      • afbeelding-20250214-141325.png
  1. Export Certificate Chain to export Copy files to C:\ProgramData\VDG Security\SenseOpenAPI\settings\

  2. doubleclick the fullchain.crt and install it:

  3. afbeelding-20250214-142633.pngImage Added