Plesk

How to manage the list of the available certificate vendors?

Question

How to manage the list of the available certificate vendors?

Answer

  1. Log into Plesk.
  2. Go to Extensions > My Extensions > SSL It! > Open.
  3. Press on the Configure button:

    Click on the screenshot below to expand

  4. Disable/enable the required certificate vendors that will be available for the certificate issuing:

    Click on the screenshot below to expand

  5. Press the Save button to apply the changes.

 

Solution using the SSH access

  1. Log into the server via SSH.
  2. Execute the command below to list all available certificate vendors:

    # plesk ext sslit --product -list

  3. Using the Vendor ID and Product ID disable/enable the required certificate vendor that will be available for the certificate issuing:
    • To disable the required certificate vendor:

      # plesk ext sslit --product -remove -vendor <Vendor ID> -product <Product ID>

    • To enable the required certificate vendor:

      # plesk ext sslit --product -add -vendor <Vendor ID> -product <Product ID>

    • To reset the certificate vendor list to default:

      # plesk ext sslit --product -reset-to-defaults

Solution using the RDP access

  1. Log into the server via RDP.
  2. Start a command prompt as an Administrator.
  3. Execute the command below to list all available certificate vendors:

    C:> plesk ext sslit --product -list

  4. Using the Vendor ID and Product ID disable/enable the required certificate vendor that will be available for the certificate issuing:
    • To disable the required certificate vendor:

      C:> plesk ext sslit --product -remove -vendor <Vendor ID> -product <Product ID>

    • To enable the required certificate vendor:

      C:> plesk ext sslit --product -add -vendor <Vendor ID> -product <Product ID>

    • To reset certificate vendor list to default:

      C:> plesk ext sslit --product -reset-to-defaults