Resources | node | system | security | pki | certificate

certificate

The Public Key Infrastructure (PKI) provides a common set of infrastructure features supporting public key and certificate-based authentication based on RSA public/private key pairs and X.509 digital certificates.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
name The name of the certificate entry.

Operations

Operation NameDescription
generateCSR generate CSR(Certificate Signing Request).
importCert Import PEM format certificate.
retrieveCertContent Retrieve and display installed X.509 certificate content
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListGen2Security:security/pki/certificate={name}

  • No labels