Overview
This article provides information on the Exinda CLI command acceleration
ssl
.
You can use the acceleration ssl
command to configure the SSL (Secure Sockets Layer) acceleration settings.
Information
NOTE: The following syntax convention is used:
- {}: Options are enclosed in braces and are separated by '|'.
- []: Optional keywords are enclosed in brackets.
- <>: User input is required where variables are enclosed in greater-than and less-than symbols.
The following table describes the commands used for performing common actions related to acceleration ssl:
Action Description | Command |
Parameter Description |
To enable [or disable] SSL acceleration |
[no] acceleration ssl enable |
Not Applicable |
To create an SSL server to accelerate with |
acceleration ssl server <server-name> |
Not Applicable |
To configure the SSL server | acceleration ssl server <server-name> {address|certificate|client-auth-cert|port|sni} |
|
acceleration ssl server <server-name> validation {certificate|none|reject} |
Specify the type of validation to apply to the server's certificate.
|
|
acceleration ssl server <server-name> revocation [none|oscp-aia|ocsp-server] |
If validation none is specified, then use this command to specify the revocation type.
|
|
To reset a disabled SSL acceleration server |
acceleration ssl reset <server-name> |
Not Applicable |
To flush OCSP response cache of the SSL acceleration server |
acceleration ssl flush <server-name> |
Not Applicable |
To show currently configured SSL acceleration servers |
show acceleration ssl server <server-name> |
Not Applicable |
Related Article