Resources | profiles | security | EmaTlsProfile
EmaTlsProfileTLS profile for EMA. |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of this Ema-TLS Profile. | ||
authClient | O | enumeration | true | This indicates whether or not a Ema-TLS client is forced to authenticate itself within Ema-TLS. | |
serverCertName | O | reference | defaultSBCCert | The name of Server Certificate refered by this Ema-TLS profile. | |
ocspProfileName | O | reference | The name of OCSP Profile refered by this TLS profile. | ||
v1_0 | O | enumeration | disabled | TLS Protocol version 1.0 | |
v1_1 | O | enumeration | disabled | TLS Protocol version 1.1 | |
v1_2 | O | enumeration | enabled | TLS Protocol version 1.2 | |
ClientCaCert | O | Client/CA certificates used to verify peer's certs, and to build EMA server cert chain. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/security/EmaTlsProfile/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/security --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/security/EmaTlsProfile/{name} |