Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resources | profiles | security | EmaTlsProfile


Image ModifiedEmaTlsProfile

TLS profile for EMA.


Configuration


ParameterPresenceTypeDefaultDescription
Image ModifiedImage Modified
nameMstring
The name of this Ema-TLS Profile.
Image Modified
authClientOenumerationtrueThis indicates whether or not a Ema-TLS client is forced to authenticate itself within Ema-TLS.
If it's set to false, the client must complete authentication within a higher-lever protocol after the Ema-TLS connection comes up.
Image Modified
serverCertNameOreferencedefaultSBCCertThe name of Server Certificate refered by this Ema-TLS profile.
Image Modified
ocspProfileNameOreference
The name of OCSP Profile refered by this TLS profile.
Image Modified
v1_0OenumerationdisabledTLS Protocol version 1.0
Image Modified
v1_1OenumerationdisabledTLS Protocol version 1.1
Image Modified
v1_2OenumerationenabledTLS Protocol version 1.2
Image Modified
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}