Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Resources | profiles | security | EmaTlsProfile | ClientCaCert

ClientCaCert

The certificates used by EMA to verify peer's certificates/chains, and to build its own EMA server certificate chain. This is similar to Remote certificates used in SIP-TLS.

Configuration

ParameterPresenceTypeDefaultDescription
clientCaCertNameMreference The name of client CA Certificate referred by this Ema-TLS profile.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/security/EmaTlsProfile/{name}/ClientCaCert/{clientCaCertName}

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/EmaTlsProfile/{name} --data '
<ClientCaCert>
     <clientCaCertName>{clientCaCertName}</clientCaCertName>
</ClientCaCert>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/security/EmaTlsProfile/{name}/ClientCaCert/{clientCaCertName}