webserver ciphers reset
Resets REST API server ciphers suite to its default settings.
NOTE This command requires Luna Appliance Software 7.8.4 or newer.
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
webserver ciphers reset [-force]
| Argument(s) | Shortcut | Description |
|---|---|---|
| -force | -f |
Force the action without prompting. |
Examples
lunash:>webserver ciphers reset
This operation will reset the webserver cipher(s) to use the following default cipher(s):
TLS_AES_256_GCM_SHA384
TLS_CHACHA20_POLY1305_SHA256
TLS_AES_128_GCM_SHA256
ECDHE-ECDSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-GCM-SHA384
DHE-RSA-AES256-GCM-SHA384
ECDHE-ECDSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-GCM-SHA256
DHE-RSA-AES128-GCM-SHA256
ECDHE-ECDSA-AES256-SHA384
ECDHE-RSA-AES256-SHA384
DHE-RSA-AES256-SHA256
ECDHE-ECDSA-AES128-SHA256
ECDHE-RSA-AES128-SHA256
DHE-RSA-AES128-SHA256
AES256-GCM-SHA384
AES128-GCM-SHA256
AES256-SHA256
AES128-SHA256
This operation will restart the webserver service.
Type 'proceed' to reset webserver cipher(s) to default settings and restart the webserver service, or 'quit'
to quit now. > proceed
Command Result : 0 (Success)