Product Documentation

Manage SKFS configurations

SKFS has different properties that can be manipulated to modify how SKFS works. For a complete list of configurations, refer the link here.

 

Follow the steps below to make change to the properties:

  • Switch to (or login as) the "strongauth" user
    shell > su -strongauth
  • Edit the skfs properties file
    shell > vi /usr/local/strongauth/skfs/etc/skfs-configuration.properties
  • Set or Update any of the SKFS properties​ to the desired value.
  • Restart payara server (for SKFS v4.13.0 and above, use the following command):
    shell > sudo systemctl restart payara

    For SKFS 4.12 and below, use the following command:

    shell > sudo service glassfishd restart