!--a11y-->
SSL 
This section describes the commands for the SSL Provider Service. They are added to the shell environment by executing ADD SSL on the command line.
ADD_TRUSTED_CERTIFICATE
|
Syntax |
ADD_TRUSTED_CERTIFICATE [<host> <port>] <alias> |
|
Arguments |
|
|
[<host> <port>] |
The host and port of the SSL socket. |
|
<alias> |
The alias of the certificate in 'TrustedCAs' keystore view. |
|
Description |
Adds trusted certificate to an existing socket or to the configuration that will be used for the new sockets. |
REMOVE_TRUSTED_CERTIFICATE
|
Syntax |
RTC [<host> <port>] <alias> |
|
Arguments |
|
|
[<host> <port>] |
The host and port of the SSL socket. |
|
<alias> |
The alias of the certificate in 'TrustedCAs' keystore view |
|
Description |
Removes trusted certificate from an existing socket or from the configuration that will be used for the new sockets. |
LIST_TRUSTED_CERTIFICATES
|
Syntax |
LTC [<host> <port>] |
|
Arguments |
|
|
[<host> <port>] |
The host and port of the SSL socket. |
|
Description |
Shows all trusted certificates for a specific socket or for the configuration of the new sockets. |
