Versions Compared

Key

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

...

  1. Change PSK key file owner and group to ‘uptimeagent’, for example:

    Code Block
    chown uptimeagent /opt/uptime-agent/conf/psk.txt
    chgrp uptimeagent /opt/uptime-agent/conf/psk.txt

    The following is an example of Stunnel configuration for the PSK support:

    Code Block
    exec = /opt/uptime-agent/bin/uptimeagent
    options = NO_SSLv2
    options = NO_SSLv3
    options = NO_TLSv1
    options = NO_TLSv1.1
     
    ciphers=PSK
    PSKsecrets=/opt/uptime-agent/conf/psk.txt
    PSKidentity=test1
     
    Content of /opt/uptime-agent/conf/psk.txt:
     
    test1:qqtest11qqtest11qqtest11
  2. Enable the option test

 

...

  1. When adding Agents to the Monitoring Station, be sure to select Use TLS-PSK or other corresponding option in the Global Credentials Settings page.