Accessing Squore via HTTPS
You can configure WildFly to allow https access to Squore server instead of http by following the instructions below.
Prerequisites:
-
Make sure you have a keystore file containing your company key/certificate pair
-
Make sure you have the credentials related to that keystore and key
-
Make sure Squore server is started
Then, simply execute the following command and provide the prompted information:
<SQUORE_HOME>/bin/sqadm wildfly https -k jks -u url
Where:
-
jks, is the path to the keystore file in JKS format.
-
url, is the HTTPS redirection URL you want requests to be redirected to.
You can include Undertow exchange attributes in the redirection URL (Exchange Attributes).
-
Keystore password, is the password for the provided keystore.
-
Private key password, is the password for the private key stored inside the keystore.
The configuration prompt can be bypassed by providing the options directly in the command line. |
See sqadm wildfly https manpage to know more.