Versions Compared

Key

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

...

  • To import a certificate or determine where a certificate you want to use is located, open the windows certificate manager (Press the windows key or click the windows button in the taskbar, enter certmgr and open the certificate manager)



  • Select the desired store (for example Personal\Certificates)



  • Double click the certificate you want to use (for example localhost)
  • Select the Details tab and note the subject name of the certificate.



  • Open the configuration file file <install-dir>\WebManager\global_config\config.xml and remove the start and end of the comment ("<!–" and "-->") in the certificate section so that it looks like this:



  • Use "storename" and "subject" to point to the certificate you just opened.
  • As "storename", use the identifier of the certificate's store (for example My is the identifier of the store Personal\Certificates), which can be one of the following:
    Refer to the official documentation to learn more about this topic.

...