Petals CLI 3.1.0+

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
{code}

h2. Utility Commands

Petals CLI provides several utility commands:
* {{check-ssl-handshake}}: to check a SSL connection establishment.

h3. Checking a SSL connection establishment

The command *{{check-ssl-handshake}} provides a way to check the establishment of a SSL connection:
{code}
USAGE:
check-ssl-handshake usage: check-ssl-handshake [-h <host>] [-k <keystore-file>] [-p <port>]
[-u <keystore-file>]


DESCRIPTION:
Check SSL handshake to a geiven serverDeploy and start a JBI artifact

OPTIONS DESCRIPTION:
-h,--host <host> Hostname to connect. Default
value used: localhost
-k,--keystore-file <keystore-file> Keystore file containing
certificates. Default
keystore: the JVM one
-p,--port <port> Port on host to connect.
Default value used: 443
(HTTPS)
-u,--keystore-passphrase <keystore-file> Passphrase to open the
keystore containing
certificates.
{code}

h2. System Commands