stskeyutil keytest utility
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
stskeyutil keytest -url sts-url
[ -info | -seal -file name ]
[ -node node-name ]
[ common-options ]
- -url sts-url
- Specify the STS server's url in the format:
https://<host>[:port]/[web-app]. - -info
- Display client key information.
- -seal -file name
- Validate the client STS key's domain access code, by supplying the server STS key file in name.
- -node node-name
- Display the STS Client Key filepath for the cluster node named node-name.
An administrator may test an OpenEdge installation’s ability to decrypt
and use an STS Client Key file using stskeyutil keytest. Run this utility,
entering the OpenEdge STS server’s URL on the command line. Output to
stdout displays success or failure information.
When the OpenEdge STS server is running in a clustered environment it may
not always be possible to test each node's STS Client Key by logging directly into each node
and executing stskeyutil keytest. To enable testing a STS Client Key for
each cluster node an administrator may follow this process:
- Obtain each cluster node's node-name (found using the UNIX uname -n)
- Log in to the active cluster node as the OpenEdge administrator, and
execute
stskeyutil keytestfor the current cluster node - Execute
stskeyutil keytestonce for each additional cluster node, adding-node node-nameto the command line