Versions Compared

Key

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

In order to encrypt your data and logins, you can configure TIM Plus to be accessed To keep your logins and data safe, TIM Plus can be configured to enable access via

Referencemacro
LabelHTTPS
(
Referencemacro
LabelHTTP
over
Referencemacro
LabelSSL
) . To achieve this, you need a valid
Referencemacro
LabelSSL
certificate issued by a certificate authority (CA), such as VeriSign or Thawte. The certificate should be a
Keywordmacro
Label.PCX
file in
Keywordmacro
LabelPKCS#12
format; a
Referencemacro
LabelSSL
key (password encrypted or not) will also be provided.

Follow the steps below to To apply the certificate to TIM Plus, follow the steps below:

  1. Place the certificate in the following location of the main TIM Plus installation folder:
    Keywordmacro
    Label{app}\Program Files (x86)\Tri-Line\TIM Plus\config
  2. Access Windows Registry Editor ( Start -> Run -> regedit.exe ) and go to the following Registry key:

  3. Add the following string values, amending the certificate name and password accordingly:

    String  nameString value

    SSLKey

    Keywordmacro
    Label{app}\Program Files\Tri-Line\TIM Plus\config\certificate.pfx

    SSLCertificate

    Keywordmacro
    Label{app}\Program Files\Tri-Line\TIM Plus\config\certificate.pfx

    SSLCertificatePassword

    Keywordmacro
    Labelpassword

    SSLKeyPassword

    Keywordmacro
    Labelpassword
  4. Change the server port registry entry number to 443, as shown below:

    String nameString value

    WWWServerPort

    443
  5. Go to Windows service and restart the TIM Plus service.

...