You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Resources | profiles | security | EmaTlsProfile | ClientCaCert

ClientCaCert

This certificate identifies EMA Client's Certificate Authority. EmaTlsProfile can be configured with 0 to 3 client CA certificates.

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}

  • No labels