Versions Compared

Key

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

...

Alternatively, if WebSpellChecker is already installed, you can update this directly in AppServerX.xml file. 

Code Block
themeEmacs
<SSLCertificateSource>STORE</SSLCertificateSource>
    <SSLCertificateStoreSettings>
    <!-- The Common Name represents the server name protected by the SSL certificate (the fully qualified HostName). -->
    <SSLCertificateCommonName>your_common_name</SSLCertificateCommonName>
    <!-- If specified, Windows machine certificate store is used. Otherwise, the user's certificate store is used.
    The default value  is true. -->
    <SSLCertificateUseMachineStore>true</SSLCertificateUseMachineStore>
    <!-- Possible values: MY (Personal), ROOT (Trusted Root Certification Authorities), TRUST (Enterprise Trust),
    CA (Intermediate Certification Authorities), USERDS (Active Directory User Object). The default value is MY. -->
<SSLCertificateStore>MY</SSLCertificateStore>