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

Compare with Current View Page History

« Previous Version 3 Next »

About this Resource

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 Length Identifies the certificate with a unique text string.
CertCommonNameYesNostringnone64 - Max Length Displays the Common Name of the certificate
CertIssuerNameYesNostringnone1000 - Max Length Displays all the relevant issuer name fields of the certificate.
CertSubjectNameYesNostringnone1000 - Max Length Displays all the relevant subject name fields of the certificate.
CertStartDateEpochYesNolong0 Displays the date from which this certificate is considered valid.
CertEndDateEpochYesNolong0 Displays 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 Length Displays the security algorithm used to create the certificate signature.
CertExtendedKeyUsageYesNostringnone300 - Max Length Displays the purpose of the certificate public key.
CertExtendedSubjectAltNameNoNostringnone256 - Max Length Displays the alternative fully-qualified domain name.
CertVerifyStatusYesNostringnone32 - Max Length Displays the status of the certificate validation and verification against the trusted CA.
EncryptedPasswordYesYesstringnone255 - Max Length Specifies password to use for validation when allowing PKCS12 file import on the system.
  • No labels