Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c86e9b2550016ec54396b5000a, userName='null'}
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a0c86573c09001659db4327e0018, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c87a0103, userName='null'}

The LDAP - TLS Profile is used to add the Domain Controller root certificate to the SBC.

Command Syntax

Code Block
titleTo configure ldapTlsProfile
set profiles security ldapTlsProfile <Profile Name> ldapCaCerts  <PkiRootCertificateFile Name>


Code Block
titleTo delete AD Root certificate
delete profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts <Certificate Name>

Command Parameters

The parameters ldapTlsProfile and ldapCaCerts are as shown parameters ldapTlsProfile and ldapCaCerts are described below:

ParameterLength/RangeDefaultDescriptionM/O
ldapTlsProfile

N/A

defaultLdapTlsProfile

<profile name>The name of LDAP-TLS profile.

M
ldapCaCertsN/AN/A<profile name>The name of CA certificate referred to by the LDAP-TLS profile.M

Command Example

Info
titleNote

Ensure you perform the following steps before you perform the configuration.

  1. Load the root certificate to /opt/sonus/external directory by copying the downloaded certificate file or through the EMA.
  2. Convert the root certificate file into .der file: openssl x509 -inform PEM -in <infile.cer> -outform DER -out <outfile>.der.
  • To configure the AD root certificate:
Code Block
languagenone
set system security pki certificate PkiCert type remote fileName ldapFirst.der state enabled
  • To configure the LdapTlsProfile:
Code Block
languagenone
set profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts PkiCert
  • To delete the AD root certificate:
Code Block
languagenone
delete profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts PkiCert