Additional sections:
In this section:
This topic explains how to generate and install RSA key pairs and generate Certificate Signing Request (CSR) on the
During this procedure, the CSR contents display in an alert message. The simplest method to copy this data is to use the mouse to click-and-drag the contents, and then copy-paste elsewhere. Sonus recommends using Firefox Web browser to perform this procedure since it supports this simple copy-paste method.
The SBC supports a maximum of 4,096 TLS certificates/CAs (both local and remote).
The SBC allows importing of a single certificate in a single file only. If a CA provides a .p12 or a .pfx certificate bundle with multiple CA certificates in it, extract the certificates from the bundle, store them in separate files, and import them separately.
Create a configuration object to hold a locally generated RSA key pair.
On the main screen, go to one of the following locations:
All > System > Security > PKI > Certificate
Configuration > Security Configuration > PKI > Certificate
The Certificate screen is displayed.
Click New Certificate.
The following fields are displayed:
Parameter | Description |
---|---|
| Specifies the name of the certificate. |
| Leave as Disabled (default value).
|
|
|
Pass Phrase | NA |
Type | From the drop-down list select local-internal. |
Click Save to save the changes. The new Certificate is displayed at the bottom of the original Certificate in the Certificate List panel.
Generate Key pair and CSR (certificate signing request) for submission to a Certificate Authority (CA):
Select newly-created certificate from the list. The Certificate screen refreshes with the newly-created certificate object, and now displays the Edit Selected Certificate and Certification Commands options in the lower pane.
Select Generate CSR option from the Certificate Commands drop-down menu, and click Select. The SBC Generate CSR Command dialog is displayed.
The following are the Certificate parameters:
Parameter | Description |
---|---|
| The size in bits of the key pair to generate the private key.
Sonus recommends using the 2048 bit key size wherever possible since it provides greater security strength. |
|
At least one of the following keys must be specified in the csr subject name.
Where:
Example:
|
Subject Alternative Dns Name | Specifies the names of the alternative DNS subjects. Multiple alternative names can be specified using "," (comma) as a separator. For example: "nj.sonusnet.com, in.sonusnet.com, uk.sonusnet.com, ca.sonusnet.com, tx.sonusnet.com" This field is available from 4.0.2 release. |
Make the required changes to the required fields and click generateCSR. The CSR displays in an alert message similar to below:
Internet Explorer: Click the alert message, and then perform a Ctrl-A to select it, a Ctrl-C to copy contents, and a Ctrl-V to paste contents elsewhere.
Using IE method may result in copying additional web page data unrelated to CSR content within the CSR header and footer. If this occurs, be sure to remove the irrelevant content.
Contact CA to request a certificate using the generated CSR results.
See CSR Subject Field Syntax for descriptions of the fields.
Create a configuration object to hold a locally generated RSA key pair:
% set system security pki certificate <certName> type local-internal
Generate Key pair and CSR for submission to a Certificate Authority (CA):
% request system security pki certificate <certName created from step 2> generateCSR csrSub <csrSub> keySize <keySize>
Once CA issues the certificate, place the certificate in SBC at /opt/sonus/external/<PEM_filename>
and install the certificate using the command:
% set system security pki certificate <certName> filename <PEM_filename> state enabled
Use one of the following methods to import certificate:
Use importCert Command:
On the main screen, go to one of the following locations:
All > System > Security > PKI > Certificate
Configuration > Security Configuration > PKI > Certificate
Click the radio button next to the specific Certificate which you want to import.
Select importCert from Certificate Commands drop-down menu, and click Select. The SBC importCert Command pop-up dialog is displayed.
Click importCert to import the certificate content to the SBC.
Copy certificate to /opt/sonus/external:
/opt/sonus/external/<PEM_filename>
On the main screen, go to one of the following locations:
All > System > Security > PKI > Certificate
Configuration > Security Configuration > PKI > Certificate
Click the radio button next to the specific Certificate which you want to copy.
Set State to Enabled and click Save.
For command details, see following pages: