In case of a Strongkey Sign-On (SKSO) update or an emergency patch, there may be a requirement to undeploy and deploy a new version of SKSO.
Follow the steps below to undeploy and deploy a new version of SKSO. Run the commands in a terminal as "strongauth" user.
Undeploy existing skso
shell> asadmin undeploy skso
Deploy new version of fidoserver
shell> asadmin deploy <path to the ear file>/skso.war
Restart Payara (If Payara does not restart properly follow steps here to debug Payara restart issues)
shell> sudo systemctl restart payara
NOTE: If FIPS is enabled in the environment, FIPS will need to be disabled to perform asadmin commands using - export _JAVA_OPTIONS=-Dcom.redhat.fips=false in the command line tool.