Resources | profiles | security | EmaTlsProfile


EmaTlsProfile

TLS profile for EMA.


Configuration


ParameterPresenceTypeDefaultDescription
nameMstring
The name of this Ema-TLS Profile.
authClientOenumerationtrueThis indicates whether or not a Ema-TLS client is forced to authenticate itself within Ema-TLS.
serverCertNameOreferencedefaultSBCCertThe name of Server Certificate refered by this Ema-TLS profile.
ocspProfileNameOreference
The name of OCSP Profile refered by this TLS profile.
v1_0OenumerationdisabledTLS Protocol version 1.0
v1_1OenumerationdisabledTLS Protocol version 1.1
v1_2OenumerationenabledTLS Protocol version 1.2
ClientCaCertO

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

REST API: DELETE Example

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

  • No labels