...
Parameter | Length/Range | Description | ||
---|---|---|---|---|
<EMA TLS Profile name> | 1-23 characters | The name of the EMA TLS Profile.
| ||
ClientCaCert | N/A | The name of the EMA-CA certificate associated with this EMA-TLS profile. | ||
authClient | N/A
| Set flag to "true" to force the EMA-TLS client to authenticate itself within TLS. If this field is set false,
| ||
ocspProfileName | N/A | The name of the OCSP profile associated with this EMA-TLS profile. | ||
serverCertName | N/A | The name of the server certificate associated with this EMA-TLS profile. | ||
v1_0 | N/A | TLS protocol version 1.0.
| ||
v1_1 | N/A | TLS protocol version 1.1.
| ||
v1_2 | N/A | TLS protocol version 1.2.
|
Code Block | ||
---|---|---|
| ||
% show profiles security EmaTlsProfile EmaTlsProfile defaultEmaTlsProfile { authClient true; serverCertName defaultSBCCert; v1_0 enableddisabled; v1_1 disabled; v1_2 enabled; } |
...