Versions Compared

Key

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

About this Resource

Excerpt

Defines the Certificates resource containing the certificate configuration settings on the Sonus SBC 1000/2000 system.

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
CertFileNameYesNostringnone80 - Max Length Indicates the name of the file to be uploaded with allowable file type extension such as pem, der, cer, ber and p7b.
CertFileOperationYesNoEnum0Possible values:
  • 0 - certOperationUnknown
  • 1 - certOperationCopyAndPaste
  • 2 - certOperationFileUpload
Specifies the mode to be used for uploading the certificate file.
  • Copy and Paste - Indicates copy and paste of the base64 encoded content from the signed server certificate file.
  • File Upload - Indicates the name of the file to be uploaded with allowable file type extension such as pem, der, cer, ber and p7b.
CertFileContentYesNostringnone10000 - Max Length Indicates copy and paste of the entire data to be copied from a base64 encoded signed server certificate file.
CertSerialNumberYesNostringnone200 - Max LengthIdentifies the certificate with a unique text string.
CertCommonNameYesNostringnone64 - Max LengthDisplays the Common Name of the certificate
CertIssuerNameYesNostringnone1000 - Max LengthDisplays all the relevant issuer name fields of the certificate.
CertSubjectNameYesNostringnone1000 - Max LengthDisplays all the relevant subject name fields of the certificate.
CertStartDateEpochYesNolong0Displays the date from which this certificate is considered valid.
CertEndDateEpochYesNolong0Displays the date after which this certificate expires.
CertKeyLengthYesNoint0Possible values:
  • 0 - Minimum
  • 65535 - Maximum
Displays the key size to use when generating the Certificate Signing Request public and private key pair.
CertSignatureAlgoYesNostringnone64 - Max LengthDisplays the security algorithm used to create the certificate signature.
CertExtendedKeyUsageYesNostringnone300 - Max LengthDisplays the purpose of the certificate public key.
CertExtendedSubjectAltNameNoNostringnone256 - Max LengthDisplays the alternative fully-qualified domain name.
CertVerifyStatusYesNostringnone32 - Max LengthDisplays the status of the certificate validation and verification against the trusted CA.
EncryptedPasswordYesYesstringnone255 - Max LengthSpecifies password to use for validation when allowing PKCS12 file import on the system.