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

Compare with Current View Page History

« Previous Version 7 Next »

Resources | profiles | security | EmaTlsProfile

EmaTlsProfile

TLS profile for EMA.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this Ema-TLS Profile.
authClientOenumerationtrue This 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.
serverCertNameOreferencedefaultSBCCert The 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